Html Css Color HEX #C03ECC Fuchsia

📋 copy color: '#C03ECC'

red 192 ◦ green 62 ◦ blue 204

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

Shades of Fuchsia #C03ECC

Tints of Fuchsia #C03ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.54%

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

R = 41.92%
G = 13.54%
B = 44.54%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C03ECC (or 0xC03ECC) is known color: Fuchsia. HEX triplet: C0, 3E and CC. RGB value is (192,62,204). Sum of RGB (Red+Green+Blue) = 192+62+204=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #C03ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ECC is #3FC133. Grayscale: #747474. Windows color (decimal): -4178228 or 13385408. OLE color: 13385408.

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

Color convert

RGB 192 62 204 -
CMYK 0.06 0.70 0 0.2
HSL 294.93º 0.58% 0.52% -
HSV(B) 294.93º 0.7% 0.8% -
XYZ 34.36 19.01 58.99 -
YUV 117.06 177.07 181.45 -
System Red Green Blue C M Y K H S L
Decimal 192 62 204 0.06 0.70 0 0.2 294.93 0.58 0.52
Hex C0 3E CC 6 46 0 14 127 3A 34
Octal 300 76 314 6 106 0 24 447 72 64
Binary 11000000 111110 11001100 110 1000110 0 10100 100100111 111010 110100

Color Harmonies of #C03ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03ECC

Black with #C03ECC

Text Example


Text Example

White with #C03ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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