Html Css Color HEX #CA177C Medium Violet Red

📋 copy color: '#CA177C'

red 202 ◦ green 23 ◦ blue 124

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

Shades of Medium Violet Red #CA177C

Tints of Medium Violet Red #CA177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.59%

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 57.88%
G = 6.59%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA177C (or 0xCA177C) is known color: Medium Violet Red. HEX triplet: CA, 17 and 7C. RGB value is (202,23,124). Sum of RGB (Red+Green+Blue) = 202+23+124=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA177C is #35E883. Grayscale: #575757. Windows color (decimal): -3532932 or 8132554. OLE color: 8132554.

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

Color convert

RGB 202 23 124 -
CMYK 0 0.89 0.39 0.21
HSL 326.15º 0.8% 0.44% -
HSV(B) 326.15º 0.89% 0.79% -
XYZ 28.3 14.62 20.4 -
YUV 88.04 148.3 209.29 -
System Red Green Blue C M Y K H S L
Decimal 202 23 124 0 0.89 0.39 0.21 326.15 0.8 0.44
Hex CA 17 7C 0 59 27 15 146 50 2C
Octal 312 27 174 0 131 47 25 506 120 54
Binary 11001010 10111 1111100 0 1011001 100111 10101 101000110 1010000 101100

Color Harmonies of #CA177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA177C

Black with #CA177C

Text Example


Text Example

White with #CA177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA177C; }

 p { color: rgb(202,23,124); }

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

background-color css

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

 a { background-color: rgb(202,23,124); }

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

border-color css

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

 span { border-color: rgb(202,23,124); }

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