Html Css Color HEX #C01CCB Deep Magenta

📋 copy color: '#C01CCB'

red 192 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #C01CCB

Tints of Deep Magenta #C01CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 45.39%
G = 6.62%
B = 47.99%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C01CCB (or 0xC01CCB) is known color: Deep Magenta. HEX triplet: C0, 1C and CB. RGB value is (192,28,203). Sum of RGB (Red+Green+Blue) = 192+28+203=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #C01CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CCB is #3FE334. Grayscale: #606060. Windows color (decimal): -4186933 or 13311168. OLE color: 13311168.

HSL color Cylindrical-coordinate representation of color #C01CCB: hue angle of 296.23º 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 #C01CCB is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 28 203 -
CMYK 0.05 0.86 0 0.20
HSL 296.23º 0.76% 0.45% -
HSV(B) 296.23º 0.86% 0.8% -
XYZ 32.93 16.35 57.92 -
YUV 96.99 187.83 195.77 -
System Red Green Blue C M Y K H S L
Decimal 192 28 203 0.05 0.86 0 0.20 296.23 0.76 0.45
Hex C0 1C CB 5 56 0 14 128 4C 2D
Octal 300 34 313 5 126 0 24 450 114 55
Binary 11000000 11100 11001011 101 1010110 0 10100 100101000 1001100 101101

Color Harmonies of #C01CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CCB

Black with #C01CCB

Text Example


Text Example

White with #C01CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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