Html Css Color HEX #C00BDB Deep Magenta

📋 copy color: '#C00BDB'

red 192 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #C00BDB

Tints of Deep Magenta #C00BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.61%

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 45.5%
G = 2.61%
B = 51.9%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C00BDB (or 0xC00BDB) is known color: Deep Magenta. HEX triplet: C0, 0B and DB. RGB value is (192,11,219). Sum of RGB (Red+Green+Blue) = 192+11+219=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #C00BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00BDB is #3FF424. Grayscale: #585858. Windows color (decimal): -4191269 or 14355392. OLE color: 14355392.

HSL color Cylindrical-coordinate representation of color #C00BDB: hue angle of 292.21º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00BDB is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 11 219 -
CMYK 0.12 0.95 0 0.14
HSL 292.21º 0.9% 0.45% -
HSV(B) 292.21º 0.95% 0.86% -
XYZ 34.64 16.56 68.39 -
YUV 88.83 201.47 201.59 -
System Red Green Blue C M Y K H S L
Decimal 192 11 219 0.12 0.95 0 0.14 292.21 0.9 0.45
Hex C0 B DB C 5F 0 E 124 5A 2D
Octal 300 13 333 14 137 0 16 444 132 55
Binary 11000000 1011 11011011 1100 1011111 0 1110 100100100 1011010 101101

Color Harmonies of #C00BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00BDB

Black with #C00BDB

Text Example


Text Example

White with #C00BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00BDB; }

 p { color: rgb(192,11,219); }

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

background-color css

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

 a { background-color: rgb(192,11,219); }

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

border-color css

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

 span { border-color: rgb(192,11,219); }

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