Html Css Color HEX #CA198B Medium Violet Red

📋 copy color: '#CA198B'

red 202 ◦ green 25 ◦ blue 139

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

Shades of Medium Violet Red #CA198B

Tints of Medium Violet Red #CA198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 55.19%
G = 6.83%
B = 37.98%

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

#CA198B (or 0xCA198B) is known color: Medium Violet Red. HEX triplet: CA, 19 and 8B. RGB value is (202,25,139). Sum of RGB (Red+Green+Blue) = 202+25+139=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA198B is #35E674. Grayscale: #5A5A5A. Windows color (decimal): -3532405 or 9116106. OLE color: 9116106.

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

Color convert

RGB 202 25 139 -
CMYK 0 0.88 0.31 0.21
HSL 321.36º 0.78% 0.45% -
HSV(B) 321.36º 0.88% 0.79% -
XYZ 29.36 15.12 25.8 -
YUV 90.92 155.14 207.23 -
System Red Green Blue C M Y K H S L
Decimal 202 25 139 0 0.88 0.31 0.21 321.36 0.78 0.45
Hex CA 19 8B 0 58 1F 15 141 4E 2D
Octal 312 31 213 0 130 37 25 501 116 55
Binary 11001010 11001 10001011 0 1011000 11111 10101 101000001 1001110 101101

Color Harmonies of #CA198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA198B

Black with #CA198B

Text Example


Text Example

White with #CA198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA198B; }

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

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

background-color css

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

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

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

border-color css

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

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

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