Html Css Color HEX #C01BDD Deep Magenta

📋 copy color: '#C01BDD'

red 192 ◦ green 27 ◦ blue 221

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

Shades of Deep Magenta #C01BDD

Tints of Deep Magenta #C01BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 43.64%
G = 6.14%
B = 50.23%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C01BDD (or 0xC01BDD) is known color: Deep Magenta. HEX triplet: C0, 1B and DD. RGB value is (192,27,221). Sum of RGB (Red+Green+Blue) = 192+27+221=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #C01BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BDD is #3FE422. Grayscale: #616161. Windows color (decimal): -4187171 or 14490560. OLE color: 14490560.

HSL color Cylindrical-coordinate representation of color #C01BDD: hue angle of 291.03º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01BDD is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 27 221 -
CMYK 0.13 0.88 0 0.13
HSL 291.03º 0.78% 0.49% -
HSV(B) 291.03º 0.88% 0.87% -
XYZ 35.18 17.21 69.87 -
YUV 98.45 197.16 194.73 -
System Red Green Blue C M Y K H S L
Decimal 192 27 221 0.13 0.88 0 0.13 291.03 0.78 0.49
Hex C0 1B DD D 58 0 D 123 4E 31
Octal 300 33 335 15 130 0 15 443 116 61
Binary 11000000 11011 11011101 1101 1011000 0 1101 100100011 1001110 110001

Color Harmonies of #C01BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01BDD

Black with #C01BDD

Text Example


Text Example

White with #C01BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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