Html Css Color HEX #CA2495 Medium Violet Red

📋 copy color: '#CA2495'

red 202 ◦ green 36 ◦ blue 149

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

Shades of Medium Violet Red #CA2495

Tints of Medium Violet Red #CA2495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.3%

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

R = 52.2%
G = 9.3%
B = 38.5%

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

#CA2495 (or 0xCA2495) is known color: Medium Violet Red. HEX triplet: CA, 24 and 95. RGB value is (202,36,149). Sum of RGB (Red+Green+Blue) = 202+36+149=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2495 is #35DB6A. Grayscale: #626262. Windows color (decimal): -3529579 or 9774282. OLE color: 9774282.

HSL color Cylindrical-coordinate representation of color #CA2495: hue angle of 319.16º degrees, saturation: 0.7, 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 #CA2495 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 149 -
CMYK 0 0.82 0.26 0.21
HSL 319.16º 0.7% 0.47% -
HSV(B) 319.16º 0.82% 0.79% -
XYZ 30.41 15.99 29.92 -
YUV 98.52 156.5 201.81 -
System Red Green Blue C M Y K H S L
Decimal 202 36 149 0 0.82 0.26 0.21 319.16 0.7 0.47
Hex CA 24 95 0 52 1A 15 13F 46 2F
Octal 312 44 225 0 122 32 25 477 106 57
Binary 11001010 100100 10010101 0 1010010 11010 10101 100111111 1000110 101111

Color Harmonies of #CA2495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2495

Black with #CA2495

Text Example


Text Example

White with #CA2495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2495; }

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

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

background-color css

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

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

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

border-color css

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

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

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