Html Css Color HEX #CA029C Medium Violet Red

📋 copy color: '#CA029C'

red 202 ◦ green 2 ◦ blue 156

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

Shades of Medium Violet Red #CA029C

Tints of Medium Violet Red #CA029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 156 (61.33% from 255) = 43.33%

R = 56.11%
G = 0.56%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA029C (or 0xCA029C) is known color: Medium Violet Red. HEX triplet: CA, 02 and 9C. RGB value is (202,2,156). Sum of RGB (Red+Green+Blue) = 202+2+156=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA029C is #35FD63. Grayscale: #4E4E4E. Windows color (decimal): -3538276 or 10224330. OLE color: 10224330.

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

Color convert

RGB 202 2 156 -
CMYK 0 0.99 0.23 0.21
HSL 313.8º 0.98% 0.4% -
HSV(B) 313.8º 0.99% 0.79% -
XYZ 30.38 15 32.75 -
YUV 79.36 171.26 215.48 -
System Red Green Blue C M Y K H S L
Decimal 202 2 156 0 0.99 0.23 0.21 313.8 0.98 0.4
Hex CA 2 9C 0 63 17 15 13A 62 28
Octal 312 2 234 0 143 27 25 472 142 50
Binary 11001010 10 10011100 0 1100011 10111 10101 100111010 1100010 101000

Color Harmonies of #CA029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA029C

Black with #CA029C

Text Example


Text Example

White with #CA029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA029C; }

 p { color: rgb(202,2,156); }

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

background-color css

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

 a { background-color: rgb(202,2,156); }

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

border-color css

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

 span { border-color: rgb(202,2,156); }

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