Html Css Color HEX #C7277F Medium Red Violet

📋 copy color: '#C7277F'

red 199 ◦ green 39 ◦ blue 127

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

Shades of Medium Red Violet #C7277F

Tints of Medium Red Violet #C7277F

RGB

 RED value IS 199 (78.13% from 255) = 54.52%

 GREEN value IS 39 (15.63% from 255) = 10.68%

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

R = 54.52%
G = 10.68%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7277F (or 0xC7277F) is known color: Medium Red Violet. HEX triplet: C7, 27 and 7F. RGB value is (199,39,127). Sum of RGB (Red+Green+Blue) = 199+39+127=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C7277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7277F is #38D880. Grayscale: #606060. Windows color (decimal): -3725441 or 8333255. OLE color: 8333255.

HSL color Cylindrical-coordinate representation of color #C7277F: hue angle of 327º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7277F is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 39 127 -
CMYK 0 0.80 0.36 0.22
HSL 327º 0.67% 0.47% -
HSV(B) 327º 0.8% 0.78% -
XYZ 28.11 15.13 21.52 -
YUV 96.87 145.01 200.84 -
System Red Green Blue C M Y K H S L
Decimal 199 39 127 0 0.80 0.36 0.22 327 0.67 0.47
Hex C7 27 7F 0 50 24 16 147 43 2F
Octal 307 47 177 0 120 44 26 507 103 57
Binary 11000111 100111 1111111 0 1010000 100100 10110 101000111 1000011 101111

Color Harmonies of #C7277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7277F

Black with #C7277F

Text Example


Text Example

White with #C7277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7277F; }

 p { color: rgb(199,39,127); }

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

background-color css

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

 a { background-color: rgb(199,39,127); }

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

border-color css

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

 span { border-color: rgb(199,39,127); }

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