Html Css Color HEX #CA2271 Medium Violet Red

📋 copy color: '#CA2271'

red 202 ◦ green 34 ◦ blue 113

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

Shades of Medium Violet Red #CA2271

Tints of Medium Violet Red #CA2271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.74%

 BLUE value IS 113 (44.53% from 255) = 32.38%

R = 57.88%
G = 9.74%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA2271 (or 0xCA2271) is known color: Medium Violet Red. HEX triplet: CA, 22 and 71. RGB value is (202,34,113). Sum of RGB (Red+Green+Blue) = 202+34+113=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2271 is #35DD8E. Grayscale: #5D5D5D. Windows color (decimal): -3530127 or 7414474. OLE color: 7414474.

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

Color convert

RGB 202 34 113 -
CMYK 0 0.83 0.44 0.21
HSL 331.79º 0.71% 0.46% -
HSV(B) 331.79º 0.83% 0.79% -
XYZ 27.91 14.89 17.03 -
YUV 93.24 139.16 205.58 -
System Red Green Blue C M Y K H S L
Decimal 202 34 113 0 0.83 0.44 0.21 331.79 0.71 0.46
Hex CA 22 71 0 53 2C 15 14C 47 2E
Octal 312 42 161 0 123 54 25 514 107 56
Binary 11001010 100010 1110001 0 1010011 101100 10101 101001100 1000111 101110

Color Harmonies of #CA2271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2271

Black with #CA2271

Text Example


Text Example

White with #CA2271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2271; }

 p { color: rgb(202,34,113); }

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

background-color css

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

 a { background-color: rgb(202,34,113); }

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

border-color css

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

 span { border-color: rgb(202,34,113); }

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