#c069b2

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

Shades of Fuchsia #C069B2

Tints of Fuchsia #C069B2

Color information

#C069B2 (or 0xC069B2) is unknown color: approx Fuchsia. HEX triplet: C0, 69 and B2. RGB value is (192,105,178). Sum of RGB (Red+Green+Blue) = 192+105+178=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C069B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C069B2 is #3F964D. Grayscale: #8B8B8B. Windows color (decimal): -4167246 or 11692480. OLE color: 11692480.

HSL color Cylindrical-coordinate representation of color #C069B2: hue angle of 309.66º 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 #C069B2 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB192105178-
CMYK00.450.070.25
HSL309.66º40.85%58.24%-
HSV(B)309.66º45.31%75.29%-
XYZ34.8324.5245.02-
YUV139.34149.82165.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 178 (69.92% from 255) = 37.47%
R=40.42%
G=22.11%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210517800.450.070.25309.6640.8558.24
HexC069B202D719136293a
Octal3001512620557314665172
Binary11000000110100110110010010110111111001100110110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c069b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c069b2; }

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

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

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

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

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

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

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

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