Html Css Color HEX #CA178A Medium Violet Red

📋 copy color: '#CA178A'

red 202 ◦ green 23 ◦ blue 138

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

Shades of Medium Violet Red #CA178A

Tints of Medium Violet Red #CA178A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.02%

R = 55.65%
G = 6.34%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA178A (or 0xCA178A) is known color: Medium Violet Red. HEX triplet: CA, 17 and 8A. RGB value is (202,23,138). Sum of RGB (Red+Green+Blue) = 202+23+138=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA178A is #35E875. Grayscale: #595959. Windows color (decimal): -3532918 or 9050058. OLE color: 9050058.

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

Color convert

RGB 202 23 138 -
CMYK 0 0.89 0.32 0.21
HSL 321.45º 0.8% 0.44% -
HSV(B) 321.45º 0.89% 0.79% -
XYZ 29.25 15 25.4 -
YUV 89.63 155.3 208.15 -
System Red Green Blue C M Y K H S L
Decimal 202 23 138 0 0.89 0.32 0.21 321.45 0.8 0.44
Hex CA 17 8A 0 59 20 15 141 50 2C
Octal 312 27 212 0 131 40 25 501 120 54
Binary 11001010 10111 10001010 0 1011001 100000 10101 101000001 1010000 101100

Color Harmonies of #CA178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA178A

Black with #CA178A

Text Example


Text Example

White with #CA178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA178A; }

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

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

background-color css

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

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

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

border-color css

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

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

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