Html Css Color HEX #C01CCA Deep Magenta

📋 copy color: '#C01CCA'

red 192 ◦ green 28 ◦ blue 202

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

Shades of Deep Magenta #C01CCA

Tints of Deep Magenta #C01CCA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.64%

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

R = 45.5%
G = 6.64%
B = 47.87%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C01CCA (or 0xC01CCA) is known color: Deep Magenta. HEX triplet: C0, 1C and CA. RGB value is (192,28,202). Sum of RGB (Red+Green+Blue) = 192+28+202=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #C01CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CCA is #3FE335. Grayscale: #606060. Windows color (decimal): -4186934 or 13245632. OLE color: 13245632.

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

Color convert

RGB 192 28 202 -
CMYK 0.05 0.86 0 0.21
HSL 296.55º 0.76% 0.45% -
HSV(B) 296.55º 0.86% 0.79% -
XYZ 32.81 16.3 57.29 -
YUV 96.87 187.33 195.85 -
System Red Green Blue C M Y K H S L
Decimal 192 28 202 0.05 0.86 0 0.21 296.55 0.76 0.45
Hex C0 1C CA 5 56 0 15 129 4C 2D
Octal 300 34 312 5 126 0 25 451 114 55
Binary 11000000 11100 11001010 101 1010110 0 10101 100101001 1001100 101101

Color Harmonies of #C01CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CCA

Black with #C01CCA

Text Example


Text Example

White with #C01CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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