Html Css Color HEX #C0317F Medium Red Violet

📋 copy color: '#C0317F'

red 192 ◦ green 49 ◦ blue 127

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

Shades of Medium Red Violet #C0317F

Tints of Medium Red Violet #C0317F

RGB

 RED value IS 192 (75.39% from 255) = 52.17%

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

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

R = 52.17%
G = 13.32%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0317F (or 0xC0317F) is known color: Medium Red Violet. HEX triplet: C0, 31 and 7F. RGB value is (192,49,127). Sum of RGB (Red+Green+Blue) = 192+49+127=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0317F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0317F is #3FCE80. Grayscale: #646464. Windows color (decimal): -4181633 or 8335808. OLE color: 8335808.

HSL color Cylindrical-coordinate representation of color #C0317F: hue angle of 327.27º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0317F is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 127 -
CMYK 0 0.74 0.34 0.25
HSL 327.27º 0.59% 0.47% -
HSV(B) 327.27º 0.74% 0.75% -
XYZ 26.67 14.94 21.56 -
YUV 100.65 142.88 193.16 -
System Red Green Blue C M Y K H S L
Decimal 192 49 127 0 0.74 0.34 0.25 327.27 0.59 0.47
Hex C0 31 7F 0 4A 22 19 147 3B 2F
Octal 300 61 177 0 112 42 31 507 73 57
Binary 11000000 110001 1111111 0 1001010 100010 11001 101000111 111011 101111

Color Harmonies of #C0317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0317F

Black with #C0317F

Text Example


Text Example

White with #C0317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0317F; }

 p { color: rgb(192,49,127); }

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

background-color css

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

 a { background-color: rgb(192,49,127); }

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

border-color css

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

 span { border-color: rgb(192,49,127); }

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