Html Css Color HEX #CA2790 Medium Violet Red

📋 copy color: '#CA2790'

red 202 ◦ green 39 ◦ blue 144

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

Shades of Medium Violet Red #CA2790

Tints of Medium Violet Red #CA2790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.4%

R = 52.47%
G = 10.13%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA2790 (or 0xCA2790) is known color: Medium Violet Red. HEX triplet: CA, 27 and 90. RGB value is (202,39,144). Sum of RGB (Red+Green+Blue) = 202+39+144=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2790 is #35D86F. Grayscale: #636363. Windows color (decimal): -3528816 or 9447370. OLE color: 9447370.

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

Color convert

RGB 202 39 144 -
CMYK 0 0.81 0.29 0.21
HSL 321.35º 0.68% 0.47% -
HSV(B) 321.35º 0.81% 0.79% -
XYZ 30.12 16.02 27.89 -
YUV 99.71 153 200.96 -
System Red Green Blue C M Y K H S L
Decimal 202 39 144 0 0.81 0.29 0.21 321.35 0.68 0.47
Hex CA 27 90 0 51 1D 15 141 44 2F
Octal 312 47 220 0 121 35 25 501 104 57
Binary 11001010 100111 10010000 0 1010001 11101 10101 101000001 1000100 101111

Color Harmonies of #CA2790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2790

Black with #CA2790

Text Example


Text Example

White with #CA2790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2790; }

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

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

background-color css

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

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

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

border-color css

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

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

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