Html Css Color HEX #CA2074 Medium Violet Red

📋 copy color: '#CA2074'

red 202 ◦ green 32 ◦ blue 116

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

Shades of Medium Violet Red #CA2074

Tints of Medium Violet Red #CA2074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.14%

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 57.71%
G = 9.14%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA2074 (or 0xCA2074) is known color: Medium Violet Red. HEX triplet: CA, 20 and 74. RGB value is (202,32,116). Sum of RGB (Red+Green+Blue) = 202+32+116=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2074 is #35DF8B. Grayscale: #5C5C5C. Windows color (decimal): -3530636 or 7610570. OLE color: 7610570.

HSL color Cylindrical-coordinate representation of color #CA2074: hue angle of 330.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2074 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 116 -
CMYK 0 0.84 0.43 0.21
HSL 330.35º 0.73% 0.46% -
HSV(B) 330.35º 0.84% 0.79% -
XYZ 28.03 14.85 17.91 -
YUV 92.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 202 32 116 0 0.84 0.43 0.21 330.35 0.73 0.46
Hex CA 20 74 0 54 2B 15 14A 49 2E
Octal 312 40 164 0 124 53 25 512 111 56
Binary 11001010 100000 1110100 0 1010100 101011 10101 101001010 1001001 101110

Color Harmonies of #CA2074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2074

Black with #CA2074

Text Example


Text Example

White with #CA2074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2074; }

 p { color: rgb(202,32,116); }

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

background-color css

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

 a { background-color: rgb(202,32,116); }

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

border-color css

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

 span { border-color: rgb(202,32,116); }

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