Html Css Color HEX #C02CCE Fuchsia

📋 copy color: '#C02CCE'

red 192 ◦ green 44 ◦ blue 206

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

Shades of Fuchsia #C02CCE

Tints of Fuchsia #C02CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 43.44%
G = 9.95%
B = 46.61%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C02CCE (or 0xC02CCE) is known color: Fuchsia. HEX triplet: C0, 2C and CE. RGB value is (192,44,206). Sum of RGB (Red+Green+Blue) = 192+44+206=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #C02CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CCE is #3FD331. Grayscale: #6A6A6A. Windows color (decimal): -4182834 or 13511872. OLE color: 13511872.

HSL color Cylindrical-coordinate representation of color #C02CCE: hue angle of 294.81º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02CCE is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 44 206 -
CMYK 0.07 0.79 0 0.19
HSL 294.81º 0.65% 0.49% -
HSV(B) 294.81º 0.79% 0.81% -
XYZ 33.78 17.46 59.98 -
YUV 106.72 184.03 188.83 -
System Red Green Blue C M Y K H S L
Decimal 192 44 206 0.07 0.79 0 0.19 294.81 0.65 0.49
Hex C0 2C CE 7 4F 0 13 127 41 31
Octal 300 54 316 7 117 0 23 447 101 61
Binary 11000000 101100 11001110 111 1001111 0 10011 100100111 1000001 110001

Color Harmonies of #C02CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CCE

Black with #C02CCE

Text Example


Text Example

White with #C02CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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