Html Css Color HEX #CA178D Medium Violet Red

📋 copy color: '#CA178D'

red 202 ◦ green 23 ◦ blue 141

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

Shades of Medium Violet Red #CA178D

Tints of Medium Violet Red #CA178D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 55.19%
G = 6.28%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA178D (or 0xCA178D) is known color: Medium Violet Red. HEX triplet: CA, 17 and 8D. RGB value is (202,23,141). Sum of RGB (Red+Green+Blue) = 202+23+141=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA178D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA178D is #35E872. Grayscale: #595959. Windows color (decimal): -3532915 or 9246666. OLE color: 9246666.

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

Color convert

RGB 202 23 141 -
CMYK 0 0.89 0.30 0.21
HSL 320.45º 0.8% 0.44% -
HSV(B) 320.45º 0.89% 0.79% -
XYZ 29.47 15.09 26.56 -
YUV 89.97 156.8 207.91 -
System Red Green Blue C M Y K H S L
Decimal 202 23 141 0 0.89 0.30 0.21 320.45 0.8 0.44
Hex CA 17 8D 0 59 1E 15 140 50 2C
Octal 312 27 215 0 131 36 25 500 120 54
Binary 11001010 10111 10001101 0 1011001 11110 10101 101000000 1010000 101100

Color Harmonies of #CA178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA178D

Black with #CA178D

Text Example


Text Example

White with #CA178D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA178D; }

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

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

background-color css

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

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

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

border-color css

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

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

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