Html Css Color HEX #C03CCC Fuchsia

📋 copy color: '#C03CCC'

red 192 ◦ green 60 ◦ blue 204

#C03CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C03CCC

Tints of Fuchsia #C03CCC

RGB

 RED value IS 192 (75.39% from 255) = 42.11%

 GREEN value IS 60 (23.83% from 255) = 13.16%

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 42.11%
G = 13.16%
B = 44.74%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C03CCC (or 0xC03CCC) is known color: Fuchsia. HEX triplet: C0, 3C and CC. RGB value is (192,60,204). Sum of RGB (Red+Green+Blue) = 192+60+204=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #C03CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CCC is #3FC333. Grayscale: #737373. Windows color (decimal): -4178740 or 13384896. OLE color: 13384896.

HSL color Cylindrical-coordinate representation of color #C03CCC: hue angle of 295º 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 #C03CCC is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 60 204 -
CMYK 0.06 0.71 0 0.2
HSL 295º 0.59% 0.52% -
HSV(B) 295º 0.71% 0.8% -
XYZ 34.25 18.8 58.95 -
YUV 115.88 177.73 182.29 -
System Red Green Blue C M Y K H S L
Decimal 192 60 204 0.06 0.71 0 0.2 295 0.59 0.52
Hex C0 3C CC 6 47 0 14 127 3B 34
Octal 300 74 314 6 107 0 24 447 73 64
Binary 11000000 111100 11001100 110 1000111 0 10100 100100111 111011 110100

Color Harmonies of #C03CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CCC

Black with #C03CCC

Text Example


Text Example

White with #C03CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CCC; }

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

 H1.HeaderClassName
 {
   color: #C03CCC;
 }
 .AnyTagClassName
 {
   color: #C03CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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