Html Css Color HEX #CB0BDD Deep Magenta

📋 copy color: '#CB0BDD'

red 203 ◦ green 11 ◦ blue 221

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

Shades of Deep Magenta #CB0BDD

Tints of Deep Magenta #CB0BDD

RGB

 RED value IS 203 (79.69% from 255) = 46.67%

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

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

R = 46.67%
G = 2.53%
B = 50.8%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB0BDD (or 0xCB0BDD) is known color: Deep Magenta. HEX triplet: CB, 0B and DD. RGB value is (203,11,221). Sum of RGB (Red+Green+Blue) = 203+11+221=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB0BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0BDD is #34F422. Grayscale: #5B5B5B. Windows color (decimal): -3470371 or 14486475. OLE color: 14486475.

HSL color Cylindrical-coordinate representation of color #CB0BDD: hue angle of 294.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0BDD is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 11 221 -
CMYK 0.08 0.95 0 0.13
HSL 294.86º 0.91% 0.45% -
HSV(B) 294.86º 0.95% 0.87% -
XYZ 37.8 18.16 69.92 -
YUV 92.35 200.61 206.92 -
System Red Green Blue C M Y K H S L
Decimal 203 11 221 0.08 0.95 0 0.13 294.86 0.91 0.45
Hex CB B DD 8 5F 0 D 127 5B 2D
Octal 313 13 335 10 137 0 15 447 133 55
Binary 11001011 1011 11011101 1000 1011111 0 1101 100100111 1011011 101101

Color Harmonies of #CB0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0BDD

Black with #CB0BDD

Text Example


Text Example

White with #CB0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0BDD; }

 p { color: rgb(203,11,221); }

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

background-color css

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

 a { background-color: rgb(203,11,221); }

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

border-color css

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

 span { border-color: rgb(203,11,221); }

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