Html Css Color HEX #C02CCD Fuchsia

📋 copy color: '#C02CCD'

red 192 ◦ green 44 ◦ blue 205

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

Shades of Fuchsia #C02CCD

Tints of Fuchsia #C02CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 43.54%
G = 9.98%
B = 46.49%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C02CCD (or 0xC02CCD) is known color: Fuchsia. HEX triplet: C0, 2C and CD. RGB value is (192,44,205). Sum of RGB (Red+Green+Blue) = 192+44+205=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #C02CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CCD is #3FD332. Grayscale: #6A6A6A. Windows color (decimal): -4182835 or 13446336. OLE color: 13446336.

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

Color convert

RGB 192 44 205 -
CMYK 0.06 0.79 0 0.20
HSL 295.16º 0.65% 0.49% -
HSV(B) 295.16º 0.79% 0.8% -
XYZ 33.66 17.42 59.35 -
YUV 106.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 192 44 205 0.06 0.79 0 0.20 295.16 0.65 0.49
Hex C0 2C CD 6 4F 0 14 127 41 31
Octal 300 54 315 6 117 0 24 447 101 61
Binary 11000000 101100 11001101 110 1001111 0 10100 100100111 1000001 110001

Color Harmonies of #C02CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CCD

Black with #C02CCD

Text Example


Text Example

White with #C02CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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