#C04CBB

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

Shades of Fuchsia #C04CBB

Tints of Fuchsia #C04CBB

Color information

#C04CBB (or 0xC04CBB) is unknown color: approx Fuchsia. HEX triplet: C0, 4C and BB. RGB value is (192,76,187). Sum of RGB (Red+Green+Blue) = 192+76+187=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CBB is #3FB344. Grayscale: #7B7B7B. Windows color (decimal): -4174661 or 12274880. OLE color: 12274880.

HSL color Cylindrical-coordinate representation of color #C04CBB: hue angle of 302.59º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04CBB is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19276187-
CMYK00.600.030.25
HSL302.59º47.93%52.55%-
HSV(B)302.59º60.42%75.29%-
XYZ33.2919.9649.11-
YUV123.34163.93176.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.20%
GREEN value IS 76 (30.08% from 255) = 16.70%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=42.20%
G=16.70%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927618700.600.030.25302.5947.9352.55
HexC04CBB03C31912f3035
Octal3001142730743314576065
Binary1100000010011001011101101111001111001100101111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04CBB; }

 p { color: rgb(192,76,187); }

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

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

 a { background-color: rgb(192,76,187); }

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

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

 span { border-color: rgb(192,76,187); }

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