Html Css Color HEX #CA198C Medium Violet Red

📋 copy color: '#CA198C'

red 202 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #CA198C

Tints of Medium Violet Red #CA198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.81%

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 55.04%
G = 6.81%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA198C (or 0xCA198C) is known color: Medium Violet Red. HEX triplet: CA, 19 and 8C. RGB value is (202,25,140). Sum of RGB (Red+Green+Blue) = 202+25+140=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA198C is #35E673. Grayscale: #5A5A5A. Windows color (decimal): -3532404 or 9181642. OLE color: 9181642.

HSL color Cylindrical-coordinate representation of color #CA198C: hue angle of 321.02º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA198C is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 25 140 -
CMYK 0 0.88 0.31 0.21
HSL 321.02º 0.78% 0.45% -
HSV(B) 321.02º 0.88% 0.79% -
XYZ 29.44 15.15 26.18 -
YUV 91.03 155.64 207.15 -
System Red Green Blue C M Y K H S L
Decimal 202 25 140 0 0.88 0.31 0.21 321.02 0.78 0.45
Hex CA 19 8C 0 58 1F 15 141 4E 2D
Octal 312 31 214 0 130 37 25 501 116 55
Binary 11001010 11001 10001100 0 1011000 11111 10101 101000001 1001110 101101

Color Harmonies of #CA198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA198C

Black with #CA198C

Text Example


Text Example

White with #CA198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA198C; }

 p { color: rgb(202,25,140); }

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

background-color css

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

 a { background-color: rgb(202,25,140); }

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

border-color css

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

 span { border-color: rgb(202,25,140); }

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