Html Css Color HEX #CA0995 Medium Violet Red

📋 copy color: '#CA0995'

red 202 ◦ green 9 ◦ blue 149

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

Shades of Medium Violet Red #CA0995

Tints of Medium Violet Red #CA0995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.5%

 BLUE value IS 149 (58.59% from 255) = 41.39%

R = 56.11%
G = 2.5%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA0995 (or 0xCA0995) is known color: Medium Violet Red. HEX triplet: CA, 09 and 95. RGB value is (202,9,149). Sum of RGB (Red+Green+Blue) = 202+9+149=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0995 is #35F66A. Grayscale: #525252. Windows color (decimal): -3536491 or 9767370. OLE color: 9767370.

HSL color Cylindrical-coordinate representation of color #CA0995: hue angle of 316.48º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0995 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 9 149 -
CMYK 0 0.96 0.26 0.21
HSL 316.48º 0.91% 0.41% -
HSV(B) 316.48º 0.96% 0.79% -
XYZ 29.88 14.92 29.74 -
YUV 82.67 165.44 213.12 -
System Red Green Blue C M Y K H S L
Decimal 202 9 149 0 0.96 0.26 0.21 316.48 0.91 0.41
Hex CA 9 95 0 60 1A 15 13C 5B 29
Octal 312 11 225 0 140 32 25 474 133 51
Binary 11001010 1001 10010101 0 1100000 11010 10101 100111100 1011011 101001

Color Harmonies of #CA0995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0995

Black with #CA0995

Text Example


Text Example

White with #CA0995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0995; }

 p { color: rgb(202,9,149); }

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

background-color css

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

 a { background-color: rgb(202,9,149); }

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

border-color css

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

 span { border-color: rgb(202,9,149); }

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