Html Css Color HEX #CA2592 Medium Violet Red

📋 copy color: '#CA2592'

red 202 ◦ green 37 ◦ blue 146

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

Shades of Medium Violet Red #CA2592

Tints of Medium Violet Red #CA2592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.92%

R = 52.47%
G = 9.61%
B = 37.92%

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

#CA2592 (or 0xCA2592) is known color: Medium Violet Red. HEX triplet: CA, 25 and 92. RGB value is (202,37,146). Sum of RGB (Red+Green+Blue) = 202+37+146=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2592 is #35DA6D. Grayscale: #626262. Windows color (decimal): -3529326 or 9577930. OLE color: 9577930.

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

Color convert

RGB 202 37 146 -
CMYK 0 0.82 0.28 0.21
HSL 320.36º 0.69% 0.47% -
HSV(B) 320.36º 0.82% 0.79% -
XYZ 30.21 15.96 28.68 -
YUV 98.76 154.66 201.64 -
System Red Green Blue C M Y K H S L
Decimal 202 37 146 0 0.82 0.28 0.21 320.36 0.69 0.47
Hex CA 25 92 0 52 1C 15 140 45 2F
Octal 312 45 222 0 122 34 25 500 105 57
Binary 11001010 100101 10010010 0 1010010 11100 10101 101000000 1000101 101111

Color Harmonies of #CA2592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2592

Black with #CA2592

Text Example


Text Example

White with #CA2592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2592; }

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

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

background-color css

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

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

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

border-color css

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

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

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