Html Css Color HEX #CA21AB Medium Violet Red

📋 copy color: '#CA21AB'

red 202 ◦ green 33 ◦ blue 171

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

Shades of Medium Violet Red #CA21AB

Tints of Medium Violet Red #CA21AB

RGB

 RED value IS 202 (79.3% from 255) = 49.75%

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

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

R = 49.75%
G = 8.13%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA21AB (or 0xCA21AB) is known color: Medium Violet Red. HEX triplet: CA, 21 and AB. RGB value is (202,33,171). Sum of RGB (Red+Green+Blue) = 202+33+171=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA21AB is #35DE54. Grayscale: #626262. Windows color (decimal): -3530325 or 11215306. OLE color: 11215306.

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

Color convert

RGB 202 33 171 -
CMYK 0 0.84 0.15 0.21
HSL 311.01º 0.72% 0.46% -
HSV(B) 311.01º 0.84% 0.79% -
XYZ 32.25 16.58 40.03 -
YUV 99.26 168.49 201.28 -
System Red Green Blue C M Y K H S L
Decimal 202 33 171 0 0.84 0.15 0.21 311.01 0.72 0.46
Hex CA 21 AB 0 54 F 15 137 48 2E
Octal 312 41 253 0 124 17 25 467 110 56
Binary 11001010 100001 10101011 0 1010100 1111 10101 100110111 1001000 101110

Color Harmonies of #CA21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA21AB

Black with #CA21AB

Text Example


Text Example

White with #CA21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA21AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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