Html Css Color HEX #C02ECA Fuchsia

📋 copy color: '#C02ECA'

red 192 ◦ green 46 ◦ blue 202

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

Shades of Fuchsia #C02ECA

Tints of Fuchsia #C02ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 43.64%
G = 10.45%
B = 45.91%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C02ECA (or 0xC02ECA) is known color: Fuchsia. HEX triplet: C0, 2E and CA. RGB value is (192,46,202). Sum of RGB (Red+Green+Blue) = 192+46+202=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #C02ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ECA is #3FD135. Grayscale: #6A6A6A. Windows color (decimal): -4182326 or 13250240. OLE color: 13250240.

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

Color convert

RGB 192 46 202 -
CMYK 0.05 0.77 0 0.21
HSL 296.15º 0.63% 0.49% -
HSV(B) 296.15º 0.77% 0.79% -
XYZ 33.38 17.42 57.48 -
YUV 107.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 192 46 202 0.05 0.77 0 0.21 296.15 0.63 0.49
Hex C0 2E CA 5 4D 0 15 128 3F 31
Octal 300 56 312 5 115 0 25 450 77 61
Binary 11000000 101110 11001010 101 1001101 0 10101 100101000 111111 110001

Color Harmonies of #C02ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02ECA

Black with #C02ECA

Text Example


Text Example

White with #C02ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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