Html Css Color HEX #C01BBB Deep Magenta

📋 copy color: '#C01BBB'

red 192 ◦ green 27 ◦ blue 187

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

Shades of Deep Magenta #C01BBB

Tints of Deep Magenta #C01BBB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.65%

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

R = 47.29%
G = 6.65%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C01BBB (or 0xC01BBB) is known color: Deep Magenta. HEX triplet: C0, 1B and BB. RGB value is (192,27,187). Sum of RGB (Red+Green+Blue) = 192+27+187=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C01BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BBB is #3FE444. Grayscale: #5E5E5E. Windows color (decimal): -4187205 or 12262336. OLE color: 12262336.

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

Color convert

RGB 192 27 187 -
CMYK 0 0.86 0.03 0.25
HSL 301.82º 0.75% 0.43% -
HSV(B) 301.82º 0.86% 0.75% -
XYZ 31.1 15.58 48.38 -
YUV 94.58 180.16 197.49 -
System Red Green Blue C M Y K H S L
Decimal 192 27 187 0 0.86 0.03 0.25 301.82 0.75 0.43
Hex C0 1B BB 0 56 3 19 12E 4B 2B
Octal 300 33 273 0 126 3 31 456 113 53
Binary 11000000 11011 10111011 0 1010110 11 11001 100101110 1001011 101011

Color Harmonies of #C01BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01BBB

Black with #C01BBB

Text Example


Text Example

White with #C01BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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