Html Css Color HEX #CA197B Medium Violet Red

📋 copy color: '#CA197B'

red 202 ◦ green 25 ◦ blue 123

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

Shades of Medium Violet Red #CA197B

Tints of Medium Violet Red #CA197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.14%

R = 57.71%
G = 7.14%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA197B (or 0xCA197B) is known color: Medium Violet Red. HEX triplet: CA, 19 and 7B. RGB value is (202,25,123). Sum of RGB (Red+Green+Blue) = 202+25+123=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA197B is #35E684. Grayscale: #585858. Windows color (decimal): -3532421 or 8067530. OLE color: 8067530.

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

Color convert

RGB 202 25 123 -
CMYK 0 0.88 0.39 0.21
HSL 326.78º 0.78% 0.45% -
HSV(B) 326.78º 0.88% 0.79% -
XYZ 28.28 14.68 20.08 -
YUV 89.1 147.14 208.53 -
System Red Green Blue C M Y K H S L
Decimal 202 25 123 0 0.88 0.39 0.21 326.78 0.78 0.45
Hex CA 19 7B 0 58 27 15 147 4E 2D
Octal 312 31 173 0 130 47 25 507 116 55
Binary 11001010 11001 1111011 0 1011000 100111 10101 101000111 1001110 101101

Color Harmonies of #CA197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA197B

Black with #CA197B

Text Example


Text Example

White with #CA197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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