Html Css Color HEX #C01CCE Deep Magenta

📋 copy color: '#C01CCE'

red 192 ◦ green 28 ◦ blue 206

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

Shades of Deep Magenta #C01CCE

Tints of Deep Magenta #C01CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 45.07%
G = 6.57%
B = 48.36%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C01CCE (or 0xC01CCE) is known color: Deep Magenta. HEX triplet: C0, 1C and CE. RGB value is (192,28,206). Sum of RGB (Red+Green+Blue) = 192+28+206=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #C01CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CCE is #3FE331. Grayscale: #606060. Windows color (decimal): -4186930 or 13507776. OLE color: 13507776.

HSL color Cylindrical-coordinate representation of color #C01CCE: hue angle of 295.28º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01CCE is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 28 206 -
CMYK 0.07 0.86 0 0.19
HSL 295.28º 0.76% 0.46% -
HSV(B) 295.28º 0.86% 0.81% -
XYZ 33.29 16.49 59.82 -
YUV 97.33 189.33 195.53 -
System Red Green Blue C M Y K H S L
Decimal 192 28 206 0.07 0.86 0 0.19 295.28 0.76 0.46
Hex C0 1C CE 7 56 0 13 127 4C 2E
Octal 300 34 316 7 126 0 23 447 114 56
Binary 11000000 11100 11001110 111 1010110 0 10011 100100111 1001100 101110

Color Harmonies of #C01CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CCE

Black with #C01CCE

Text Example


Text Example

White with #C01CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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