Html Css Color HEX #CB21AB Medium Violet Red

📋 copy color: '#CB21AB'

red 203 ◦ green 33 ◦ blue 171

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

Shades of Medium Violet Red #CB21AB

Tints of Medium Violet Red #CB21AB

RGB

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

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

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

R = 49.88%
G = 8.11%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB21AB (or 0xCB21AB) is known color: Medium Violet Red. HEX triplet: CB, 21 and AB. RGB value is (203,33,171). Sum of RGB (Red+Green+Blue) = 203+33+171=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB21AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB21AB is #34DE54. Grayscale: #636363. Windows color (decimal): -3464789 or 11215307. OLE color: 11215307.

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

Color convert

RGB 203 33 171 -
CMYK 0 0.84 0.16 0.20
HSL 311.29º 0.72% 0.46% -
HSV(B) 311.29º 0.84% 0.8% -
XYZ 32.52 16.72 40.04 -
YUV 99.56 168.32 201.78 -
System Red Green Blue C M Y K H S L
Decimal 203 33 171 0 0.84 0.16 0.20 311.29 0.72 0.46
Hex CB 21 AB 0 54 10 14 137 48 2E
Octal 313 41 253 0 124 20 24 467 110 56
Binary 11001011 100001 10101011 0 1010100 10000 10100 100110111 1001000 101110

Color Harmonies of #CB21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB21AB

Black with #CB21AB

Text Example


Text Example

White with #CB21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB21AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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