Html Css Color HEX #C2317A Medium Red Violet

📋 copy color: '#C2317A'

red 194 ◦ green 49 ◦ blue 122

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

Shades of Medium Red Violet #C2317A

Tints of Medium Red Violet #C2317A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 53.15%
G = 13.42%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2317A (or 0xC2317A) is known color: Medium Red Violet. HEX triplet: C2, 31 and 7A. RGB value is (194,49,122). Sum of RGB (Red+Green+Blue) = 194+49+122=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C2317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2317A is #3DCE85. Grayscale: #646464. Windows color (decimal): -4050566 or 8008130. OLE color: 8008130.

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

Color convert

RGB 194 49 122 -
CMYK 0 0.75 0.37 0.24
HSL 329.79º 0.6% 0.48% -
HSV(B) 329.79º 0.75% 0.76% -
XYZ 26.86 15.07 19.91 -
YUV 100.68 140.04 194.56 -
System Red Green Blue C M Y K H S L
Decimal 194 49 122 0 0.75 0.37 0.24 329.79 0.6 0.48
Hex C2 31 7A 0 4B 25 18 14A 3C 30
Octal 302 61 172 0 113 45 30 512 74 60
Binary 11000010 110001 1111010 0 1001011 100101 11000 101001010 111100 110000

Color Harmonies of #C2317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2317A

Black with #C2317A

Text Example


Text Example

White with #C2317A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2317A; }

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

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

background-color css

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

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

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

border-color css

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

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

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