Html Css Color HEX #CB29AD Medium Violet Red

📋 copy color: '#CB29AD'

red 203 ◦ green 41 ◦ blue 173

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

Shades of Medium Violet Red #CB29AD

Tints of Medium Violet Red #CB29AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 48.68%
G = 9.83%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB29AD (or 0xCB29AD) is known color: Medium Violet Red. HEX triplet: CB, 29 and AD. RGB value is (203,41,173). Sum of RGB (Red+Green+Blue) = 203+41+173=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB29AD is #34D652. Grayscale: #686868. Windows color (decimal): -3462739 or 11348427. OLE color: 11348427.

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

Color convert

RGB 203 41 173 -
CMYK 0 0.80 0.15 0.20
HSL 311.11º 0.66% 0.48% -
HSV(B) 311.11º 0.8% 0.8% -
XYZ 32.96 17.3 41.14 -
YUV 104.49 166.67 198.27 -
System Red Green Blue C M Y K H S L
Decimal 203 41 173 0 0.80 0.15 0.20 311.11 0.66 0.48
Hex CB 29 AD 0 50 F 14 137 42 30
Octal 313 51 255 0 120 17 24 467 102 60
Binary 11001011 101001 10101101 0 1010000 1111 10100 100110111 1000010 110000

Color Harmonies of #CB29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB29AD

Black with #CB29AD

Text Example


Text Example

White with #CB29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB29AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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