Html Css Color HEX #CA2D9F Medium Red Violet

📋 copy color: '#CA2D9F'

red 202 ◦ green 45 ◦ blue 159

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

Shades of Medium Red Violet #CA2D9F

Tints of Medium Red Violet #CA2D9F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.08%

 BLUE value IS 159 (62.5% from 255) = 39.16%

R = 49.75%
G = 11.08%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA2D9F (or 0xCA2D9F) is known color: Medium Red Violet. HEX triplet: CA, 2D and 9F. RGB value is (202,45,159). Sum of RGB (Red+Green+Blue) = 202+45+159=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2D9F is #35D260. Grayscale: #686868. Windows color (decimal): -3527265 or 10431946. OLE color: 10431946.

HSL color Cylindrical-coordinate representation of color #CA2D9F: hue angle of 316.43º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D9F is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 45 159 -
CMYK 0 0.78 0.21 0.21
HSL 316.43º 0.64% 0.48% -
HSV(B) 316.43º 0.78% 0.79% -
XYZ 31.55 16.94 34.41 -
YUV 104.94 158.51 197.23 -
System Red Green Blue C M Y K H S L
Decimal 202 45 159 0 0.78 0.21 0.21 316.43 0.64 0.48
Hex CA 2D 9F 0 4E 15 15 13C 40 30
Octal 312 55 237 0 116 25 25 474 100 60
Binary 11001010 101101 10011111 0 1001110 10101 10101 100111100 1000000 110000

Color Harmonies of #CA2D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D9F

Black with #CA2D9F

Text Example


Text Example

White with #CA2D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D9F; }

 p { color: rgb(202,45,159); }

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

background-color css

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

 a { background-color: rgb(202,45,159); }

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

border-color css

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

 span { border-color: rgb(202,45,159); }

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