#C069B8

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

Shades of Fuchsia #C069B8

Tints of Fuchsia #C069B8

Color information

#C069B8 (or 0xC069B8) is unknown color: approx Fuchsia. HEX triplet: C0, 69 and B8. RGB value is (192,105,184). Sum of RGB (Red+Green+Blue) = 192+105+184=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C069B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069B8 is #3F9647. Grayscale: #8B8B8B. Windows color (decimal): -4167240 or 12085696. OLE color: 12085696.

HSL color Cylindrical-coordinate representation of color #C069B8: hue angle of 305.52º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C069B8 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB192105184-
CMYK00.450.040.25
HSL305.52º40.85%58.24%-
HSV(B)305.52º45.31%75.29%-
XYZ35.4424.7748.26-
YUV140.02152.82165.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.92%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 184 (72.27% from 255) = 38.25%
R=39.92%
G=21.83%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210518400.450.040.25305.5240.8558.24
HexC069B802D419132293a
Octal3001512700554314625172
Binary11000000110100110111000010110110011001100110010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C069B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C069B8; }

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

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

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

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

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

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

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

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