Html Css Color HEX #CB29CB Deep Magenta

📋 copy color: '#CB29CB'

red 203 ◦ green 41 ◦ blue 203

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

Shades of Deep Magenta #CB29CB

Tints of Deep Magenta #CB29CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 45.41%
G = 9.17%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB29CB (or 0xCB29CB) is known color: Deep Magenta. HEX triplet: CB, 29 and CB. RGB value is (203,41,203). Sum of RGB (Red+Green+Blue) = 203+41+203=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB29CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB29CB is #34D634. Grayscale: #6B6B6B. Windows color (decimal): -3462709 or 13314507. OLE color: 13314507.

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

Color convert

RGB 203 41 203 -
CMYK 0 0.80 0 0.20
HSL 300º 0.66% 0.48% -
HSV(B) 300º 0.8% 0.8% -
XYZ 36.2 18.59 58.18 -
YUV 107.91 181.67 195.83 -
System Red Green Blue C M Y K H S L
Decimal 203 41 203 0 0.80 0 0.20 300 0.66 0.48
Hex CB 29 CB 0 50 0 14 12C 42 30
Octal 313 51 313 0 120 0 24 454 102 60
Binary 11001011 101001 11001011 0 1010000 0 10100 100101100 1000010 110000

Color Harmonies of #CB29CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB29CB

Black with #CB29CB

Text Example


Text Example

White with #CB29CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB29CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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