Html Css Color HEX #C2198F Medium Violet Red

📋 copy color: '#C2198F'

red 194 ◦ green 25 ◦ blue 143

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

Shades of Medium Violet Red #C2198F

Tints of Medium Violet Red #C2198F

RGB

 RED value IS 194 (76.17% from 255) = 53.59%

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

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

R = 53.59%
G = 6.91%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2198F (or 0xC2198F) is known color: Medium Violet Red. HEX triplet: C2, 19 and 8F. RGB value is (194,25,143). Sum of RGB (Red+Green+Blue) = 194+25+143=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C2198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2198F is #3DE670. Grayscale: #585858. Windows color (decimal): -4056689 or 9378242. OLE color: 9378242.

HSL color Cylindrical-coordinate representation of color #C2198F: hue angle of 318.11º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2198F is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 25 143 -
CMYK 0 0.87 0.26 0.24
HSL 318.11º 0.77% 0.43% -
HSV(B) 318.11º 0.87% 0.76% -
XYZ 27.55 14.15 27.27 -
YUV 88.98 158.49 202.91 -
System Red Green Blue C M Y K H S L
Decimal 194 25 143 0 0.87 0.26 0.24 318.11 0.77 0.43
Hex C2 19 8F 0 57 1A 18 13E 4D 2B
Octal 302 31 217 0 127 32 30 476 115 53
Binary 11000010 11001 10001111 0 1010111 11010 11000 100111110 1001101 101011

Color Harmonies of #C2198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2198F

Black with #C2198F

Text Example


Text Example

White with #C2198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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