Html Css Color HEX #CA149E Medium Violet Red

📋 copy color: '#CA149E'

red 202 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #CA149E

Tints of Medium Violet Red #CA149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.26%

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

R = 53.16%
G = 5.26%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA149E (or 0xCA149E) is known color: Medium Violet Red. HEX triplet: CA, 14 and 9E. RGB value is (202,20,158). Sum of RGB (Red+Green+Blue) = 202+20+158=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA149E is #35EB61. Grayscale: #595959. Windows color (decimal): -3533666 or 10360010. OLE color: 10360010.

HSL color Cylindrical-coordinate representation of color #CA149E: hue angle of 314.51º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA149E is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 158 -
CMYK 0 0.90 0.22 0.21
HSL 314.51º 0.82% 0.44% -
HSV(B) 314.51º 0.9% 0.79% -
XYZ 30.78 15.53 33.72 -
YUV 90.15 166.3 207.78 -
System Red Green Blue C M Y K H S L
Decimal 202 20 158 0 0.90 0.22 0.21 314.51 0.82 0.44
Hex CA 14 9E 0 5A 16 15 13B 52 2C
Octal 312 24 236 0 132 26 25 473 122 54
Binary 11001010 10100 10011110 0 1011010 10110 10101 100111011 1010010 101100

Color Harmonies of #CA149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA149E

Black with #CA149E

Text Example


Text Example

White with #CA149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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