Html Css Color HEX #CA2575 Medium Violet Red

📋 copy color: '#CA2575'

red 202 ◦ green 37 ◦ blue 117

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

Shades of Medium Violet Red #CA2575

Tints of Medium Violet Red #CA2575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.87%

R = 56.74%
G = 10.39%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA2575 (or 0xCA2575) is known color: Medium Violet Red. HEX triplet: CA, 25 and 75. RGB value is (202,37,117). Sum of RGB (Red+Green+Blue) = 202+37+117=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2575 is #35DA8A. Grayscale: #5F5F5F. Windows color (decimal): -3529355 or 7677386. OLE color: 7677386.

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

Color convert

RGB 202 37 117 -
CMYK 0 0.82 0.42 0.21
HSL 330.91º 0.69% 0.47% -
HSV(B) 330.91º 0.82% 0.79% -
XYZ 28.23 15.16 18.27 -
YUV 95.46 140.16 204 -
System Red Green Blue C M Y K H S L
Decimal 202 37 117 0 0.82 0.42 0.21 330.91 0.69 0.47
Hex CA 25 75 0 52 2A 15 14B 45 2F
Octal 312 45 165 0 122 52 25 513 105 57
Binary 11001010 100101 1110101 0 1010010 101010 10101 101001011 1000101 101111

Color Harmonies of #CA2575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2575

Black with #CA2575

Text Example


Text Example

White with #CA2575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2575; }

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

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

background-color css

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

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

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

border-color css

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

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

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