Html Css Color HEX #CA2174 Medium Violet Red

📋 copy color: '#CA2174'

red 202 ◦ green 33 ◦ blue 116

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

Shades of Medium Violet Red #CA2174

Tints of Medium Violet Red #CA2174

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.4%

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

R = 57.55%
G = 9.4%
B = 33.05%

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

#CA2174 (or 0xCA2174) is known color: Medium Violet Red. HEX triplet: CA, 21 and 74. RGB value is (202,33,116). Sum of RGB (Red+Green+Blue) = 202+33+116=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2174 is #35DE8B. Grayscale: #5C5C5C. Windows color (decimal): -3530380 or 7610826. OLE color: 7610826.

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

Color convert

RGB 202 33 116 -
CMYK 0 0.84 0.43 0.21
HSL 330.53º 0.72% 0.46% -
HSV(B) 330.53º 0.84% 0.79% -
XYZ 28.05 14.91 17.92 -
YUV 92.99 140.99 205.75 -
System Red Green Blue C M Y K H S L
Decimal 202 33 116 0 0.84 0.43 0.21 330.53 0.72 0.46
Hex CA 21 74 0 54 2B 15 14B 48 2E
Octal 312 41 164 0 124 53 25 513 110 56
Binary 11001010 100001 1110100 0 1010100 101011 10101 101001011 1001000 101110

Color Harmonies of #CA2174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2174

Black with #CA2174

Text Example


Text Example

White with #CA2174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2174; }

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

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

background-color css

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

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

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

border-color css

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

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

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