Html Css Color HEX #CA2C9F Medium Red Violet

📋 copy color: '#CA2C9F'

red 202 ◦ green 44 ◦ blue 159

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

Shades of Medium Red Violet #CA2C9F

Tints of Medium Red Violet #CA2C9F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.86%

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

R = 49.88%
G = 10.86%
B = 39.26%

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

#CA2C9F (or 0xCA2C9F) is known color: Medium Red Violet. HEX triplet: CA, 2C and 9F. RGB value is (202,44,159). Sum of RGB (Red+Green+Blue) = 202+44+159=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2C9F is #35D360. Grayscale: #686868. Windows color (decimal): -3527521 or 10431690. OLE color: 10431690.

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

Color convert

RGB 202 44 159 -
CMYK 0 0.78 0.21 0.21
HSL 316.33º 0.64% 0.48% -
HSV(B) 316.33º 0.78% 0.79% -
XYZ 31.52 16.86 34.39 -
YUV 104.35 158.85 197.65 -
System Red Green Blue C M Y K H S L
Decimal 202 44 159 0 0.78 0.21 0.21 316.33 0.64 0.48
Hex CA 2C 9F 0 4E 15 15 13C 40 30
Octal 312 54 237 0 116 25 25 474 100 60
Binary 11001010 101100 10011111 0 1001110 10101 10101 100111100 1000000 110000

Color Harmonies of #CA2C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2C9F

Black with #CA2C9F

Text Example


Text Example

White with #CA2C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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