#C03BCC

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

Shades of Fuchsia #C03BCC

Tints of Fuchsia #C03BCC

Color information

#C03BCC (or 0xC03BCC) is unknown color: approx Fuchsia. HEX triplet: C0, 3B and CC. RGB value is (192,59,204). Sum of RGB (Red+Green+Blue) = 192+59+204=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #C03BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BCC is #3FC433. Grayscale: #727272. Windows color (decimal): -4178996 or 13384640. OLE color: 13384640.

HSL color Cylindrical-coordinate representation of color #C03BCC: hue angle of 295.03º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03BCC is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19259204-
CMYK0.060.7100.2
HSL295.03º58.7%51.57%-
HSV(B)295.03º71.08%80%-
XYZ34.218.6958.93-
YUV115.3178.06182.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.20%
GREEN value IS 59 (23.44% from 255) = 12.97%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=42.20%
G=12.97%
B=44.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal192592040.060.7100.2295.0358.751.57
HexC03BCC6470141273b34
Octal3007331461070244477364
Binary11000000111011110011001101000111010100100100111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03BCC; }

 p { color: rgb(192,59,204); }

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

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

 a { background-color: rgb(192,59,204); }

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

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

 span { border-color: rgb(192,59,204); }

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