Html Css Color HEX #CB29AB Medium Violet Red

📋 copy color: '#CB29AB'

red 203 ◦ green 41 ◦ blue 171

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

Shades of Medium Violet Red #CB29AB

Tints of Medium Violet Red #CB29AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 48.92%
G = 9.88%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB29AB (or 0xCB29AB) is known color: Medium Violet Red. HEX triplet: CB, 29 and AB. RGB value is (203,41,171). Sum of RGB (Red+Green+Blue) = 203+41+171=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB29AB is #34D654. Grayscale: #676767. Windows color (decimal): -3462741 or 11217355. OLE color: 11217355.

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

Color convert

RGB 203 41 171 -
CMYK 0 0.80 0.16 0.20
HSL 311.85º 0.66% 0.48% -
HSV(B) 311.85º 0.8% 0.8% -
XYZ 32.77 17.22 40.13 -
YUV 104.26 165.67 198.43 -
System Red Green Blue C M Y K H S L
Decimal 203 41 171 0 0.80 0.16 0.20 311.85 0.66 0.48
Hex CB 29 AB 0 50 10 14 138 42 30
Octal 313 51 253 0 120 20 24 470 102 60
Binary 11001011 101001 10101011 0 1010000 10000 10100 100111000 1000010 110000

Color Harmonies of #CB29AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB29AB

Black with #CB29AB

Text Example


Text Example

White with #CB29AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB29AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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