Html Css Color HEX #CA2395 Medium Violet Red

📋 copy color: '#CA2395'

red 202 ◦ green 35 ◦ blue 149

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

Shades of Medium Violet Red #CA2395

Tints of Medium Violet Red #CA2395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.07%

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

R = 52.33%
G = 9.07%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA2395 (or 0xCA2395) is known color: Medium Violet Red. HEX triplet: CA, 23 and 95. RGB value is (202,35,149). Sum of RGB (Red+Green+Blue) = 202+35+149=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2395 is #35DC6A. Grayscale: #616161. Windows color (decimal): -3529835 or 9774026. OLE color: 9774026.

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

Color convert

RGB 202 35 149 -
CMYK 0 0.83 0.26 0.21
HSL 319.04º 0.7% 0.46% -
HSV(B) 319.04º 0.83% 0.79% -
XYZ 30.38 15.93 29.91 -
YUV 97.93 156.83 202.23 -
System Red Green Blue C M Y K H S L
Decimal 202 35 149 0 0.83 0.26 0.21 319.04 0.7 0.46
Hex CA 23 95 0 53 1A 15 13F 46 2E
Octal 312 43 225 0 123 32 25 477 106 56
Binary 11001010 100011 10010101 0 1010011 11010 10101 100111111 1000110 101110

Color Harmonies of #CA2395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2395

Black with #CA2395

Text Example


Text Example

White with #CA2395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2395; }

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

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

background-color css

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

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

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

border-color css

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

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

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