Html Css Color HEX #CA019D Medium Violet Red

📋 copy color: '#CA019D'

red 202 ◦ green 1 ◦ blue 157

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

Shades of Medium Violet Red #CA019D

Tints of Medium Violet Red #CA019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.61%

R = 56.11%
G = 0.28%
B = 43.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA019D (or 0xCA019D) is known color: Medium Violet Red. HEX triplet: CA, 01 and 9D. RGB value is (202,1,157). Sum of RGB (Red+Green+Blue) = 202+1+157=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA019D is #35FE62. Grayscale: #4E4E4E. Windows color (decimal): -3538531 or 10289610. OLE color: 10289610.

HSL color Cylindrical-coordinate representation of color #CA019D: hue angle of 313.43º 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 #CA019D is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 1 157 -
CMYK 0 1.00 0.22 0.21
HSL 313.43º 0.99% 0.4% -
HSV(B) 313.43º 1% 0.79% -
XYZ 30.45 15.01 33.19 -
YUV 78.88 172.09 215.82 -
System Red Green Blue C M Y K H S L
Decimal 202 1 157 0 1.00 0.22 0.21 313.43 0.99 0.4
Hex CA 1 9D 0 64 16 15 139 63 28
Octal 312 1 235 0 144 26 25 471 143 50
Binary 11001010 1 10011101 0 1100100 10110 10101 100111001 1100011 101000

Color Harmonies of #CA019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA019D

Black with #CA019D

Text Example


Text Example

White with #CA019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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