Html Css Color HEX #CA2585 Medium Violet Red

📋 copy color: '#CA2585'

red 202 ◦ green 37 ◦ blue 133

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

Shades of Medium Violet Red #CA2585

Tints of Medium Violet Red #CA2585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 54.3%
G = 9.95%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA2585 (or 0xCA2585) is known color: Medium Violet Red. HEX triplet: CA, 25 and 85. RGB value is (202,37,133). Sum of RGB (Red+Green+Blue) = 202+37+133=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2585 is #35DA7A. Grayscale: #616161. Windows color (decimal): -3529339 or 8725962. OLE color: 8725962.

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

Color convert

RGB 202 37 133 -
CMYK 0 0.82 0.34 0.21
HSL 325.09º 0.69% 0.47% -
HSV(B) 325.09º 0.82% 0.79% -
XYZ 29.25 15.57 23.65 -
YUV 97.28 148.16 202.69 -
System Red Green Blue C M Y K H S L
Decimal 202 37 133 0 0.82 0.34 0.21 325.09 0.69 0.47
Hex CA 25 85 0 52 22 15 145 45 2F
Octal 312 45 205 0 122 42 25 505 105 57
Binary 11001010 100101 10000101 0 1010010 100010 10101 101000101 1000101 101111

Color Harmonies of #CA2585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2585

Black with #CA2585

Text Example


Text Example

White with #CA2585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2585; }

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

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

background-color css

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

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

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

border-color css

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

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

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