Html Css Color HEX #C02CC0 Fuchsia

📋 copy color: '#C02CC0'

red 192 ◦ green 44 ◦ blue 192

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

Shades of Fuchsia #C02CC0

Tints of Fuchsia #C02CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.86%

R = 44.86%
G = 10.28%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C02CC0 (or 0xC02CC0) is known color: Fuchsia. HEX triplet: C0, 2C and C0. RGB value is (192,44,192). Sum of RGB (Red+Green+Blue) = 192+44+192=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C02CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CC0 is #3FD33F. Grayscale: #686868. Windows color (decimal): -4182848 or 12594368. OLE color: 12594368.

HSL color Cylindrical-coordinate representation of color #C02CC0: hue angle of 300º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02CC0 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 44 192 -
CMYK 0 0.77 0 0.25
HSL 300º 0.63% 0.46% -
HSV(B) 300º 0.77% 0.75% -
XYZ 32.15 16.81 51.42 -
YUV 105.12 177.03 189.97 -
System Red Green Blue C M Y K H S L
Decimal 192 44 192 0 0.77 0 0.25 300 0.63 0.46
Hex C0 2C C0 0 4D 0 19 12C 3F 2E
Octal 300 54 300 0 115 0 31 454 77 56
Binary 11000000 101100 11000000 0 1001101 0 11001 100101100 111111 101110

Color Harmonies of #C02CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CC0

Black with #C02CC0

Text Example


Text Example

White with #C02CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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