Html Css Color HEX #CA2491 Medium Violet Red

📋 copy color: '#CA2491'

red 202 ◦ green 36 ◦ blue 145

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

Shades of Medium Violet Red #CA2491

Tints of Medium Violet Red #CA2491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.86%

R = 52.74%
G = 9.4%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA2491 (or 0xCA2491) is known color: Medium Violet Red. HEX triplet: CA, 24 and 91. RGB value is (202,36,145). Sum of RGB (Red+Green+Blue) = 202+36+145=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2491 is #35DB6E. Grayscale: #616161. Windows color (decimal): -3529583 or 9512138. OLE color: 9512138.

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

Color convert

RGB 202 36 145 -
CMYK 0 0.82 0.28 0.21
HSL 320.6º 0.7% 0.47% -
HSV(B) 320.6º 0.82% 0.79% -
XYZ 30.1 15.86 28.26 -
YUV 98.06 154.5 202.14 -
System Red Green Blue C M Y K H S L
Decimal 202 36 145 0 0.82 0.28 0.21 320.6 0.7 0.47
Hex CA 24 91 0 52 1C 15 141 46 2F
Octal 312 44 221 0 122 34 25 501 106 57
Binary 11001010 100100 10010001 0 1010010 11100 10101 101000001 1000110 101111

Color Harmonies of #CA2491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2491

Black with #CA2491

Text Example


Text Example

White with #CA2491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2491; }

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

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

background-color css

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

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

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

border-color css

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

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

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