Html Css Color HEX #CA2799 Medium Violet Red

📋 copy color: '#CA2799'

red 202 ◦ green 39 ◦ blue 153

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

Shades of Medium Violet Red #CA2799

Tints of Medium Violet Red #CA2799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.9%

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 51.27%
G = 9.9%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA2799 (or 0xCA2799) is known color: Medium Violet Red. HEX triplet: CA, 27 and 99. RGB value is (202,39,153). Sum of RGB (Red+Green+Blue) = 202+39+153=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2799 is #35D866. Grayscale: #646464. Windows color (decimal): -3528807 or 10037194. OLE color: 10037194.

HSL color Cylindrical-coordinate representation of color #CA2799: hue angle of 318.04º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2799 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 39 153 -
CMYK 0 0.81 0.24 0.21
HSL 318.04º 0.68% 0.47% -
HSV(B) 318.04º 0.81% 0.79% -
XYZ 30.83 16.31 31.66 -
YUV 100.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 202 39 153 0 0.81 0.24 0.21 318.04 0.68 0.47
Hex CA 27 99 0 51 18 15 13E 44 2F
Octal 312 47 231 0 121 30 25 476 104 57
Binary 11001010 100111 10011001 0 1010001 11000 10101 100111110 1000100 101111

Color Harmonies of #CA2799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2799

Black with #CA2799

Text Example


Text Example

White with #CA2799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2799; }

 p { color: rgb(202,39,153); }

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

background-color css

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

 a { background-color: rgb(202,39,153); }

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

border-color css

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

 span { border-color: rgb(202,39,153); }

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