Html Css Color HEX #CA198F Medium Violet Red

📋 copy color: '#CA198F'

red 202 ◦ green 25 ◦ blue 143

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

Shades of Medium Violet Red #CA198F

Tints of Medium Violet Red #CA198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 54.59%
G = 6.76%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA198F (or 0xCA198F) is known color: Medium Violet Red. HEX triplet: CA, 19 and 8F. RGB value is (202,25,143). Sum of RGB (Red+Green+Blue) = 202+25+143=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA198F is #35E670. Grayscale: #5B5B5B. Windows color (decimal): -3532401 or 9378250. OLE color: 9378250.

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

Color convert

RGB 202 25 143 -
CMYK 0 0.88 0.29 0.21
HSL 320º 0.78% 0.45% -
HSV(B) 320º 0.88% 0.79% -
XYZ 29.66 15.23 27.36 -
YUV 91.38 157.14 206.91 -
System Red Green Blue C M Y K H S L
Decimal 202 25 143 0 0.88 0.29 0.21 320 0.78 0.45
Hex CA 19 8F 0 58 1D 15 140 4E 2D
Octal 312 31 217 0 130 35 25 500 116 55
Binary 11001010 11001 10001111 0 1011000 11101 10101 101000000 1001110 101101

Color Harmonies of #CA198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA198F

Black with #CA198F

Text Example


Text Example

White with #CA198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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