Html Css Color HEX #CA3595 Medium Red Violet

📋 copy color: '#CA3595'

red 202 ◦ green 53 ◦ blue 149

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

Shades of Medium Red Violet #CA3595

Tints of Medium Red Violet #CA3595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.12%

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

R = 50%
G = 13.12%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA3595 (or 0xCA3595) is known color: Medium Red Violet. HEX triplet: CA, 35 and 95. RGB value is (202,53,149). Sum of RGB (Red+Green+Blue) = 202+53+149=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3595 is #35CA6A. Grayscale: #6C6C6C. Windows color (decimal): -3525227 or 9778634. OLE color: 9778634.

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

Color convert

RGB 202 53 149 -
CMYK 0 0.74 0.26 0.21
HSL 321.34º 0.58% 0.5% -
HSV(B) 321.34º 0.74% 0.79% -
XYZ 31.06 17.27 30.13 -
YUV 108.5 150.86 194.69 -
System Red Green Blue C M Y K H S L
Decimal 202 53 149 0 0.74 0.26 0.21 321.34 0.58 0.5
Hex CA 35 95 0 4A 1A 15 141 3A 32
Octal 312 65 225 0 112 32 25 501 72 62
Binary 11001010 110101 10010101 0 1001010 11010 10101 101000001 111010 110010

Color Harmonies of #CA3595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3595

Black with #CA3595

Text Example


Text Example

White with #CA3595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3595; }

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

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

background-color css

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

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

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

border-color css

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

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

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