Html Css Color HEX #CB0DBB Deep Magenta

📋 copy color: '#CB0DBB'

red 203 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #CB0DBB

Tints of Deep Magenta #CB0DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.23%

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

R = 50.37%
G = 3.23%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB0DBB (or 0xCB0DBB) is known color: Deep Magenta. HEX triplet: CB, 0D and BB. RGB value is (203,13,187). Sum of RGB (Red+Green+Blue) = 203+13+187=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0DBB is #34F244. Grayscale: #595959. Windows color (decimal): -3469893 or 12258763. OLE color: 12258763.

HSL color Cylindrical-coordinate representation of color #CB0DBB: hue angle of 305.05º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0DBB is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 13 187 -
CMYK 0 0.94 0.08 0.20
HSL 305.05º 0.88% 0.42% -
HSV(B) 305.05º 0.94% 0.8% -
XYZ 33.74 16.57 48.43 -
YUV 89.65 182.95 208.85 -
System Red Green Blue C M Y K H S L
Decimal 203 13 187 0 0.94 0.08 0.20 305.05 0.88 0.42
Hex CB D BB 0 5E 8 14 131 58 2A
Octal 313 15 273 0 136 10 24 461 130 52
Binary 11001011 1101 10111011 0 1011110 1000 10100 100110001 1011000 101010

Color Harmonies of #CB0DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0DBB

Black with #CB0DBB

Text Example


Text Example

White with #CB0DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0DBB; }

 p { color: rgb(203,13,187); }

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

background-color css

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

 a { background-color: rgb(203,13,187); }

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

border-color css

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

 span { border-color: rgb(203,13,187); }

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