Html Css Color HEX #C2097F Medium Violet Red

📋 copy color: '#C2097F'

red 194 ◦ green 9 ◦ blue 127

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

Shades of Medium Violet Red #C2097F

Tints of Medium Violet Red #C2097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.48%

R = 58.79%
G = 2.73%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2097F (or 0xC2097F) is known color: Medium Violet Red. HEX triplet: C2, 09 and 7F. RGB value is (194,9,127). Sum of RGB (Red+Green+Blue) = 194+9+127=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C2097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2097F is #3DF680. Grayscale: #4D4D4D. Windows color (decimal): -4060801 or 8325570. OLE color: 8325570.

HSL color Cylindrical-coordinate representation of color #C2097F: hue angle of 321.73º 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 #C2097F is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 9 127 -
CMYK 0 0.95 0.35 0.24
HSL 321.73º 0.91% 0.4% -
HSV(B) 321.73º 0.95% 0.76% -
XYZ 26.18 13.2 21.25 -
YUV 77.77 155.79 210.91 -
System Red Green Blue C M Y K H S L
Decimal 194 9 127 0 0.95 0.35 0.24 321.73 0.91 0.4
Hex C2 9 7F 0 5F 23 18 142 5B 28
Octal 302 11 177 0 137 43 30 502 133 50
Binary 11000010 1001 1111111 0 1011111 100011 11000 101000010 1011011 101000

Color Harmonies of #C2097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2097F

Black with #C2097F

Text Example


Text Example

White with #C2097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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