Html Css Color HEX #C2097C Medium Violet Red

📋 copy color: '#C2097C'

red 194 ◦ green 9 ◦ blue 124

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

Shades of Medium Violet Red #C2097C

Tints of Medium Violet Red #C2097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.92%

R = 59.33%
G = 2.75%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2097C (or 0xC2097C) is known color: Medium Violet Red. HEX triplet: C2, 09 and 7C. RGB value is (194,9,124). Sum of RGB (Red+Green+Blue) = 194+9+124=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2097C is #3DF683. Grayscale: #4D4D4D. Windows color (decimal): -4060804 or 8128962. OLE color: 8128962.

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

Color convert

RGB 194 9 124 -
CMYK 0 0.95 0.36 0.24
HSL 322.7º 0.91% 0.4% -
HSV(B) 322.7º 0.95% 0.76% -
XYZ 25.98 13.12 20.23 -
YUV 77.43 154.29 211.15 -
System Red Green Blue C M Y K H S L
Decimal 194 9 124 0 0.95 0.36 0.24 322.7 0.91 0.4
Hex C2 9 7C 0 5F 24 18 143 5B 28
Octal 302 11 174 0 137 44 30 503 133 50
Binary 11000010 1001 1111100 0 1011111 100100 11000 101000011 1011011 101000

Color Harmonies of #C2097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2097C

Black with #C2097C

Text Example


Text Example

White with #C2097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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