Html Css Color HEX #C2317C Medium Red Violet

📋 copy color: '#C2317C'

red 194 ◦ green 49 ◦ blue 124

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

Shades of Medium Red Violet #C2317C

Tints of Medium Red Violet #C2317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.35%

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

R = 52.86%
G = 13.35%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2317C (or 0xC2317C) is known color: Medium Red Violet. HEX triplet: C2, 31 and 7C. RGB value is (194,49,124). Sum of RGB (Red+Green+Blue) = 194+49+124=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2317C is #3DCE83. Grayscale: #646464. Windows color (decimal): -4050564 or 8139202. OLE color: 8139202.

HSL color Cylindrical-coordinate representation of color #C2317C: hue angle of 328.97º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2317C is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 49 124 -
CMYK 0 0.75 0.36 0.24
HSL 328.97º 0.6% 0.48% -
HSV(B) 328.97º 0.75% 0.76% -
XYZ 26.98 15.12 20.57 -
YUV 100.91 141.04 194.4 -
System Red Green Blue C M Y K H S L
Decimal 194 49 124 0 0.75 0.36 0.24 328.97 0.6 0.48
Hex C2 31 7C 0 4B 24 18 149 3C 30
Octal 302 61 174 0 113 44 30 511 74 60
Binary 11000010 110001 1111100 0 1001011 100100 11000 101001001 111100 110000

Color Harmonies of #C2317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2317C

Black with #C2317C

Text Example


Text Example

White with #C2317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2317C; }

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

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

background-color css

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

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

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

border-color css

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

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

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