Html Css Color HEX #C02ECC Fuchsia

📋 copy color: '#C02ECC'

red 192 ◦ green 46 ◦ blue 204

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

Shades of Fuchsia #C02ECC

Tints of Fuchsia #C02ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.41%

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

R = 43.44%
G = 10.41%
B = 46.15%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C02ECC (or 0xC02ECC) is known color: Fuchsia. HEX triplet: C0, 2E and CC. RGB value is (192,46,204). Sum of RGB (Red+Green+Blue) = 192+46+204=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #C02ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ECC is #3FD133. Grayscale: #6B6B6B. Windows color (decimal): -4182324 or 13381312. OLE color: 13381312.

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

Color convert

RGB 192 46 204 -
CMYK 0.06 0.77 0 0.2
HSL 295.44º 0.63% 0.49% -
HSV(B) 295.44º 0.77% 0.8% -
XYZ 33.61 17.52 58.74 -
YUV 107.67 182.37 188.15 -
System Red Green Blue C M Y K H S L
Decimal 192 46 204 0.06 0.77 0 0.2 295.44 0.63 0.49
Hex C0 2E CC 6 4D 0 14 127 3F 31
Octal 300 56 314 6 115 0 24 447 77 61
Binary 11000000 101110 11001100 110 1001101 0 10100 100100111 111111 110001

Color Harmonies of #C02ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02ECC

Black with #C02ECC

Text Example


Text Example

White with #C02ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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