Html Css Color HEX #C02CCA Fuchsia

📋 copy color: '#C02CCA'

red 192 ◦ green 44 ◦ blue 202

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

Shades of Fuchsia #C02CCA

Tints of Fuchsia #C02CCA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.05%

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

R = 43.84%
G = 10.05%
B = 46.12%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C02CCA (or 0xC02CCA) is known color: Fuchsia. HEX triplet: C0, 2C and CA. RGB value is (192,44,202). Sum of RGB (Red+Green+Blue) = 192+44+202=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #C02CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CCA is #3FD335. Grayscale: #696969. Windows color (decimal): -4182838 or 13249728. OLE color: 13249728.

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

Color convert

RGB 192 44 202 -
CMYK 0.05 0.78 0 0.21
HSL 296.2º 0.64% 0.48% -
HSV(B) 296.2º 0.78% 0.79% -
XYZ 33.3 17.27 57.46 -
YUV 106.26 182.03 189.15 -
System Red Green Blue C M Y K H S L
Decimal 192 44 202 0.05 0.78 0 0.21 296.2 0.64 0.48
Hex C0 2C CA 5 4E 0 15 128 40 30
Octal 300 54 312 5 116 0 25 450 100 60
Binary 11000000 101100 11001010 101 1001110 0 10101 100101000 1000000 110000

Color Harmonies of #C02CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CCA

Black with #C02CCA

Text Example


Text Example

White with #C02CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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