Html Css Color HEX #C2098F Medium Violet Red

📋 copy color: '#C2098F'

red 194 ◦ green 9 ◦ blue 143

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

Shades of Medium Violet Red #C2098F

Tints of Medium Violet Red #C2098F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.6%

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

R = 56.07%
G = 2.6%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2098F (or 0xC2098F) is known color: Medium Violet Red. HEX triplet: C2, 09 and 8F. RGB value is (194,9,143). Sum of RGB (Red+Green+Blue) = 194+9+143=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C2098F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2098F is #3DF670. Grayscale: #4F4F4F. Windows color (decimal): -4060785 or 9374146. OLE color: 9374146.

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

Color convert

RGB 194 9 143 -
CMYK 0 0.95 0.26 0.24
HSL 316.54º 0.91% 0.4% -
HSV(B) 316.54º 0.95% 0.76% -
XYZ 27.3 13.65 27.18 -
YUV 79.59 163.79 209.6 -
System Red Green Blue C M Y K H S L
Decimal 194 9 143 0 0.95 0.26 0.24 316.54 0.91 0.4
Hex C2 9 8F 0 5F 1A 18 13D 5B 28
Octal 302 11 217 0 137 32 30 475 133 50
Binary 11000010 1001 10001111 0 1011111 11010 11000 100111101 1011011 101000

Color Harmonies of #C2098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2098F

Black with #C2098F

Text Example


Text Example

White with #C2098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2098F; }

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

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

background-color css

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

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

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

border-color css

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

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

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