#C03CB2

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

Shades of Fuchsia #C03CB2

Tints of Fuchsia #C03CB2

Color information

#C03CB2 (or 0xC03CB2) is unknown color: approx Fuchsia. HEX triplet: C0, 3C and B2. RGB value is (192,60,178). Sum of RGB (Red+Green+Blue) = 192+60+178=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03CB2 is #3FC34D. Grayscale: #707070. Windows color (decimal): -4178766 or 11680960. OLE color: 11680960.

HSL color Cylindrical-coordinate representation of color #C03CB2: hue angle of 306.36º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03CB2 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19260178-
CMYK00.690.070.25
HSL306.36º52.38%49.41%-
HSV(B)306.36º68.75%75.29%-
XYZ31.3917.6543.87-
YUV112.92164.73184.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 60 (23.83% from 255) = 13.95%
BLUE value IS 178 (69.92% from 255) = 41.40%
R=44.65%
G=13.95%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926017800.690.070.25306.3652.3849.41
HexC03CB20457191323431
Octal3007426201057314626461
Binary11000000111100101100100100010111111001100110010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03CB2; }

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

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

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

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

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

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

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

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