Html Css Color HEX #CA019A Medium Violet Red

📋 copy color: '#CA019A'

red 202 ◦ green 1 ◦ blue 154

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

Shades of Medium Violet Red #CA019A

Tints of Medium Violet Red #CA019A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 154 (60.55% from 255) = 43.14%

R = 56.58%
G = 0.28%
B = 43.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA019A (or 0xCA019A) is known color: Medium Violet Red. HEX triplet: CA, 01 and 9A. RGB value is (202,1,154). Sum of RGB (Red+Green+Blue) = 202+1+154=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA019A is #35FE65. Grayscale: #4E4E4E. Windows color (decimal): -3538534 or 10093002. OLE color: 10093002.

HSL color Cylindrical-coordinate representation of color #CA019A: hue angle of 314.33º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA019A is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 1 154 -
CMYK 0 1.00 0.24 0.21
HSL 314.33º 0.99% 0.4% -
HSV(B) 314.33º 1% 0.79% -
XYZ 30.2 14.91 31.86 -
YUV 78.54 170.59 216.06 -
System Red Green Blue C M Y K H S L
Decimal 202 1 154 0 1.00 0.24 0.21 314.33 0.99 0.4
Hex CA 1 9A 0 64 18 15 13A 63 28
Octal 312 1 232 0 144 30 25 472 143 50
Binary 11001010 1 10011010 0 1100100 11000 10101 100111010 1100011 101000

Color Harmonies of #CA019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA019A

Black with #CA019A

Text Example


Text Example

White with #CA019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA019A; }

 p { color: rgb(202,1,154); }

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

background-color css

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

 a { background-color: rgb(202,1,154); }

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

border-color css

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

 span { border-color: rgb(202,1,154); }

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