Html Css Color HEX #CA2595 Medium Violet Red

📋 copy color: '#CA2595'

red 202 ◦ green 37 ◦ blue 149

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

Shades of Medium Violet Red #CA2595

Tints of Medium Violet Red #CA2595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.54%

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

R = 52.06%
G = 9.54%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA2595 (or 0xCA2595) is known color: Medium Violet Red. HEX triplet: CA, 25 and 95. RGB value is (202,37,149). Sum of RGB (Red+Green+Blue) = 202+37+149=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2595 is #35DA6A. Grayscale: #626262. Windows color (decimal): -3529323 or 9774538. OLE color: 9774538.

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

Color convert

RGB 202 37 149 -
CMYK 0 0.82 0.26 0.21
HSL 319.27º 0.69% 0.47% -
HSV(B) 319.27º 0.82% 0.79% -
XYZ 30.44 16.05 29.93 -
YUV 99.1 156.16 201.39 -
System Red Green Blue C M Y K H S L
Decimal 202 37 149 0 0.82 0.26 0.21 319.27 0.69 0.47
Hex CA 25 95 0 52 1A 15 13F 45 2F
Octal 312 45 225 0 122 32 25 477 105 57
Binary 11001010 100101 10010101 0 1010010 11010 10101 100111111 1000101 101111

Color Harmonies of #CA2595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2595

Black with #CA2595

Text Example


Text Example

White with #CA2595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2595; }

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

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

background-color css

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

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

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

border-color css

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

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

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