Html Css Color HEX #CB29BB Deep Magenta

📋 copy color: '#CB29BB'

red 203 ◦ green 41 ◦ blue 187

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

Shades of Deep Magenta #CB29BB

Tints of Deep Magenta #CB29BB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.51%

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

R = 47.1%
G = 9.51%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB29BB (or 0xCB29BB) is known color: Deep Magenta. HEX triplet: CB, 29 and BB. RGB value is (203,41,187). Sum of RGB (Red+Green+Blue) = 203+41+187=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB29BB is #34D644. Grayscale: #696969. Windows color (decimal): -3462725 or 12265931. OLE color: 12265931.

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

Color convert

RGB 203 41 187 -
CMYK 0 0.80 0.08 0.20
HSL 305.93º 0.66% 0.48% -
HSV(B) 305.93º 0.8% 0.8% -
XYZ 34.39 17.87 48.65 -
YUV 106.08 173.67 197.13 -
System Red Green Blue C M Y K H S L
Decimal 203 41 187 0 0.80 0.08 0.20 305.93 0.66 0.48
Hex CB 29 BB 0 50 8 14 132 42 30
Octal 313 51 273 0 120 10 24 462 102 60
Binary 11001011 101001 10111011 0 1010000 1000 10100 100110010 1000010 110000

Color Harmonies of #CB29BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB29BB

Black with #CB29BB

Text Example


Text Example

White with #CB29BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB29BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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