Html Css Color HEX #CA176F Medium Violet Red

📋 copy color: '#CA176F'

red 202 ◦ green 23 ◦ blue 111

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

Shades of Medium Violet Red #CA176F

Tints of Medium Violet Red #CA176F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 60.12%
G = 6.85%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA176F (or 0xCA176F) is known color: Medium Violet Red. HEX triplet: CA, 17 and 6F. RGB value is (202,23,111). Sum of RGB (Red+Green+Blue) = 202+23+111=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA176F is #35E890. Grayscale: #565656. Windows color (decimal): -3532945 or 7280586. OLE color: 7280586.

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

Color convert

RGB 202 23 111 -
CMYK 0 0.89 0.45 0.21
HSL 330.5º 0.8% 0.44% -
HSV(B) 330.5º 0.89% 0.79% -
XYZ 27.53 14.32 16.35 -
YUV 86.55 141.8 210.34 -
System Red Green Blue C M Y K H S L
Decimal 202 23 111 0 0.89 0.45 0.21 330.5 0.8 0.44
Hex CA 17 6F 0 59 2D 15 14B 50 2C
Octal 312 27 157 0 131 55 25 513 120 54
Binary 11001010 10111 1101111 0 1011001 101101 10101 101001011 1010000 101100

Color Harmonies of #CA176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA176F

Black with #CA176F

Text Example


Text Example

White with #CA176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA176F; }

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

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

background-color css

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

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

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

border-color css

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

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

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