Html Css Color HEX #CB21AD Medium Violet Red

📋 copy color: '#CB21AD'

red 203 ◦ green 33 ◦ blue 173

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

Shades of Medium Violet Red #CB21AD

Tints of Medium Violet Red #CB21AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.07%

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

R = 49.63%
G = 8.07%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB21AD (or 0xCB21AD) is known color: Medium Violet Red. HEX triplet: CB, 21 and AD. RGB value is (203,33,173). Sum of RGB (Red+Green+Blue) = 203+33+173=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB21AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB21AD is #34DE52. Grayscale: #636363. Windows color (decimal): -3464787 or 11346379. OLE color: 11346379.

HSL color Cylindrical-coordinate representation of color #CB21AD: hue angle of 310.59º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB21AD is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 33 173 -
CMYK 0 0.84 0.15 0.20
HSL 310.59º 0.72% 0.46% -
HSV(B) 310.59º 0.84% 0.8% -
XYZ 32.72 16.8 41.05 -
YUV 99.79 169.32 201.62 -
System Red Green Blue C M Y K H S L
Decimal 203 33 173 0 0.84 0.15 0.20 310.59 0.72 0.46
Hex CB 21 AD 0 54 F 14 137 48 2E
Octal 313 41 255 0 124 17 24 467 110 56
Binary 11001011 100001 10101101 0 1010100 1111 10100 100110111 1001000 101110

Color Harmonies of #CB21AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB21AD

Black with #CB21AD

Text Example


Text Example

White with #CB21AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB21AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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