Html Css Color HEX #C01CCC Deep Magenta

📋 copy color: '#C01CCC'

red 192 ◦ green 28 ◦ blue 204

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

Shades of Deep Magenta #C01CCC

Tints of Deep Magenta #C01CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 45.28%
G = 6.6%
B = 48.11%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C01CCC (or 0xC01CCC) is known color: Deep Magenta. HEX triplet: C0, 1C and CC. RGB value is (192,28,204). Sum of RGB (Red+Green+Blue) = 192+28+204=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #C01CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CCC is #3FE333. Grayscale: #606060. Windows color (decimal): -4186932 or 13376704. OLE color: 13376704.

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

Color convert

RGB 192 28 204 -
CMYK 0.06 0.86 0 0.2
HSL 295.91º 0.76% 0.45% -
HSV(B) 295.91º 0.86% 0.8% -
XYZ 33.05 16.4 58.55 -
YUV 97.1 188.33 195.69 -
System Red Green Blue C M Y K H S L
Decimal 192 28 204 0.06 0.86 0 0.2 295.91 0.76 0.45
Hex C0 1C CC 6 56 0 14 128 4C 2D
Octal 300 34 314 6 126 0 24 450 114 55
Binary 11000000 11100 11001100 110 1010110 0 10100 100101000 1001100 101101

Color Harmonies of #C01CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CCC

Black with #C01CCC

Text Example


Text Example

White with #C01CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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