Html Css Color HEX #CA19AB Medium Violet Red

📋 copy color: '#CA19AB'

red 202 ◦ green 25 ◦ blue 171

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

Shades of Medium Violet Red #CA19AB

Tints of Medium Violet Red #CA19AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.28%

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

R = 50.75%
G = 6.28%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA19AB (or 0xCA19AB) is known color: Medium Violet Red. HEX triplet: CA, 19 and AB. RGB value is (202,25,171). Sum of RGB (Red+Green+Blue) = 202+25+171=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA19AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA19AB is #35E654. Grayscale: #5E5E5E. Windows color (decimal): -3532373 or 11213258. OLE color: 11213258.

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

Color convert

RGB 202 25 171 -
CMYK 0 0.88 0.15 0.21
HSL 310.51º 0.78% 0.45% -
HSV(B) 310.51º 0.88% 0.79% -
XYZ 32.06 16.19 39.96 -
YUV 94.57 171.14 204.63 -
System Red Green Blue C M Y K H S L
Decimal 202 25 171 0 0.88 0.15 0.21 310.51 0.78 0.45
Hex CA 19 AB 0 58 F 15 137 4E 2D
Octal 312 31 253 0 130 17 25 467 116 55
Binary 11001010 11001 10101011 0 1011000 1111 10101 100110111 1001110 101101

Color Harmonies of #CA19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA19AB

Black with #CA19AB

Text Example


Text Example

White with #CA19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA19AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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