#C069C4

Color #C069C4 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C069C4

Tints of Fuchsia #C069C4

Color information

#C069C4 (or 0xC069C4) is unknown color: approx Fuchsia. HEX triplet: C0, 69 and C4. RGB value is (192,105,196). Sum of RGB (Red+Green+Blue) = 192+105+196=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 196 - color contains mainly: blue. Hex color #C069C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069C4 is #3F963B. Grayscale: #8D8D8D. Windows color (decimal): -4167228 or 12872128. OLE color: 12872128.

HSL color Cylindrical-coordinate representation of color #C069C4: hue angle of 297.36º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C069C4 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB192105196-
CMYK0.020.4600.23
HSL297.36º43.54%59.02%-
HSV(B)297.36º46.43%76.86%-
XYZ36.7525.355.17-
YUV141.39158.82164.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 105 (41.41% from 255) = 21.30%
BLUE value IS 196 (76.95% from 255) = 39.76%
R=38.95%
G=21.30%
B=39.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921051960.020.4600.23297.3643.5459.02
HexC069C422E0171292c3b
Octal3001513042560274515473
Binary1100000011010011100010010101110010111100101001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C069C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C069C4; }

 p { color: rgb(192,105,196); }

 H1.HeaderClassName
 {
   color: #C069C4;
 }
 .AnyTagClassName
 {
   color: #C069C4;
 }
</style>
background-color css

<style>
 a { background-color: #C069C4; }

 a { background-color: rgb(192,105,196); }

 div.DivClassName
 {
   background-color: #C069C4;
 }
 .BgClassName
 {
   background-color: #C069C4;
 }
</style>
border-color css

<style>
 span { border-color: #C069C4; }

 span { border-color: rgb(192,105,196); }

 td.TdClassName
 {
   border-color: #C069C4;
 }
 .TagClassName
 {
   border-color: #C069C4;
 }
</style>