Html Css Color HEX #CA2273 Medium Violet Red

📋 copy color: '#CA2273'

red 202 ◦ green 34 ◦ blue 115

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

Shades of Medium Violet Red #CA2273

Tints of Medium Violet Red #CA2273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.76%

R = 57.55%
G = 9.69%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA2273 (or 0xCA2273) is known color: Medium Violet Red. HEX triplet: CA, 22 and 73. RGB value is (202,34,115). Sum of RGB (Red+Green+Blue) = 202+34+115=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2273 is #35DD8C. Grayscale: #5D5D5D. Windows color (decimal): -3530125 or 7545546. OLE color: 7545546.

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

Color convert

RGB 202 34 115 -
CMYK 0 0.83 0.43 0.21
HSL 331.07º 0.71% 0.46% -
HSV(B) 331.07º 0.83% 0.79% -
XYZ 28.02 14.94 17.63 -
YUV 93.47 140.16 205.41 -
System Red Green Blue C M Y K H S L
Decimal 202 34 115 0 0.83 0.43 0.21 331.07 0.71 0.46
Hex CA 22 73 0 53 2B 15 14B 47 2E
Octal 312 42 163 0 123 53 25 513 107 56
Binary 11001010 100010 1110011 0 1010011 101011 10101 101001011 1000111 101110

Color Harmonies of #CA2273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2273

Black with #CA2273

Text Example


Text Example

White with #CA2273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2273; }

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

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

background-color css

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

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

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

border-color css

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

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

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