Html Css Color HEX #CA029E Medium Violet Red

📋 copy color: '#CA029E'

red 202 ◦ green 2 ◦ blue 158

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

Shades of Medium Violet Red #CA029E

Tints of Medium Violet Red #CA029E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.65%

R = 55.8%
G = 0.55%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA029E (or 0xCA029E) is known color: Medium Violet Red. HEX triplet: CA, 02 and 9E. RGB value is (202,2,158). Sum of RGB (Red+Green+Blue) = 202+2+158=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA029E is #35FD61. Grayscale: #4F4F4F. Windows color (decimal): -3538274 or 10355402. OLE color: 10355402.

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

Color convert

RGB 202 2 158 -
CMYK 0 0.99 0.22 0.21
HSL 313.2º 0.98% 0.4% -
HSV(B) 313.2º 0.99% 0.79% -
XYZ 30.55 15.07 33.65 -
YUV 79.58 172.26 215.32 -
System Red Green Blue C M Y K H S L
Decimal 202 2 158 0 0.99 0.22 0.21 313.2 0.98 0.4
Hex CA 2 9E 0 63 16 15 139 62 28
Octal 312 2 236 0 143 26 25 471 142 50
Binary 11001010 10 10011110 0 1100011 10110 10101 100111001 1100010 101000

Color Harmonies of #CA029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA029E

Black with #CA029E

Text Example


Text Example

White with #CA029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA029E; }

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

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

background-color css

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

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

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

border-color css

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

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

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