Html Css Color HEX #CA0595 Medium Violet Red

📋 copy color: '#CA0595'

red 202 ◦ green 5 ◦ blue 149

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

Shades of Medium Violet Red #CA0595

Tints of Medium Violet Red #CA0595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

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

R = 56.74%
G = 1.4%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA0595 (or 0xCA0595) is known color: Medium Violet Red. HEX triplet: CA, 05 and 95. RGB value is (202,5,149). Sum of RGB (Red+Green+Blue) = 202+5+149=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0595 is #35FA6A. Grayscale: #4F4F4F. Windows color (decimal): -3537515 or 9766346. OLE color: 9766346.

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

Color convert

RGB 202 5 149 -
CMYK 0 0.98 0.26 0.21
HSL 316.14º 0.95% 0.41% -
HSV(B) 316.14º 0.98% 0.79% -
XYZ 29.84 14.84 29.72 -
YUV 80.32 166.77 214.79 -
System Red Green Blue C M Y K H S L
Decimal 202 5 149 0 0.98 0.26 0.21 316.14 0.95 0.41
Hex CA 5 95 0 62 1A 15 13C 5F 29
Octal 312 5 225 0 142 32 25 474 137 51
Binary 11001010 101 10010101 0 1100010 11010 10101 100111100 1011111 101001

Color Harmonies of #CA0595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0595

Black with #CA0595

Text Example


Text Example

White with #CA0595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0595; }

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

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

background-color css

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

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

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

border-color css

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

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

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