Html Css Color HEX #C01CBB Deep Magenta

📋 copy color: '#C01CBB'

red 192 ◦ green 28 ◦ blue 187

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

Shades of Deep Magenta #C01CBB

Tints of Deep Magenta #C01CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 47.17%
G = 6.88%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C01CBB (or 0xC01CBB) is known color: Deep Magenta. HEX triplet: C0, 1C and BB. RGB value is (192,28,187). Sum of RGB (Red+Green+Blue) = 192+28+187=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C01CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CBB is #3FE344. Grayscale: #5E5E5E. Windows color (decimal): -4186949 or 12262592. OLE color: 12262592.

HSL color Cylindrical-coordinate representation of color #C01CBB: hue angle of 301.83º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01CBB is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 28 187 -
CMYK 0 0.85 0.03 0.25
HSL 301.83º 0.75% 0.43% -
HSV(B) 301.83º 0.85% 0.75% -
XYZ 31.12 15.62 48.39 -
YUV 95.16 179.83 197.07 -
System Red Green Blue C M Y K H S L
Decimal 192 28 187 0 0.85 0.03 0.25 301.83 0.75 0.43
Hex C0 1C BB 0 55 3 19 12E 4B 2B
Octal 300 34 273 0 125 3 31 456 113 53
Binary 11000000 11100 10111011 0 1010101 11 11001 100101110 1001011 101011

Color Harmonies of #C01CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CBB

Black with #C01CBB

Text Example


Text Example

White with #C01CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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