Html Css Color HEX #CB29BE Deep Magenta

📋 copy color: '#CB29BE'

red 203 ◦ green 41 ◦ blue 190

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

Shades of Deep Magenta #CB29BE

Tints of Deep Magenta #CB29BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 46.77%
G = 9.45%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB29BE (or 0xCB29BE) is known color: Deep Magenta. HEX triplet: CB, 29 and BE. RGB value is (203,41,190). Sum of RGB (Red+Green+Blue) = 203+41+190=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB29BE is #34D641. Grayscale: #696969. Windows color (decimal): -3462722 or 12462539. OLE color: 12462539.

HSL color Cylindrical-coordinate representation of color #CB29BE: hue angle of 304.81º 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 #CB29BE is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 41 190 -
CMYK 0 0.80 0.06 0.20
HSL 304.81º 0.66% 0.48% -
HSV(B) 304.81º 0.8% 0.8% -
XYZ 34.72 18 50.36 -
YUV 106.42 175.17 196.88 -
System Red Green Blue C M Y K H S L
Decimal 203 41 190 0 0.80 0.06 0.20 304.81 0.66 0.48
Hex CB 29 BE 0 50 6 14 131 42 30
Octal 313 51 276 0 120 6 24 461 102 60
Binary 11001011 101001 10111110 0 1010000 110 10100 100110001 1000010 110000

Color Harmonies of #CB29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB29BE

Black with #CB29BE

Text Example


Text Example

White with #CB29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB29BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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