Html Css Color HEX #C02CC6 Fuchsia

📋 copy color: '#C02CC6'

red 192 ◦ green 44 ◦ blue 198

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

Shades of Fuchsia #C02CC6

Tints of Fuchsia #C02CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.62%

R = 44.24%
G = 10.14%
B = 45.62%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C02CC6 (or 0xC02CC6) is known color: Fuchsia. HEX triplet: C0, 2C and C6. RGB value is (192,44,198). Sum of RGB (Red+Green+Blue) = 192+44+198=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #C02CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CC6 is #3FD339. Grayscale: #696969. Windows color (decimal): -4182842 or 12987584. OLE color: 12987584.

HSL color Cylindrical-coordinate representation of color #C02CC6: hue angle of 297.66º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02CC6 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 44 198 -
CMYK 0.03 0.78 0 0.22
HSL 297.66º 0.64% 0.47% -
HSV(B) 297.66º 0.78% 0.78% -
XYZ 32.83 17.09 54.99 -
YUV 105.81 180.03 189.48 -
System Red Green Blue C M Y K H S L
Decimal 192 44 198 0.03 0.78 0 0.22 297.66 0.64 0.47
Hex C0 2C C6 3 4E 0 16 12A 40 2F
Octal 300 54 306 3 116 0 26 452 100 57
Binary 11000000 101100 11000110 11 1001110 0 10110 100101010 1000000 101111

Color Harmonies of #C02CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CC6

Black with #C02CC6

Text Example


Text Example

White with #C02CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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