Html Css Color HEX #C7277B Medium Red Violet

📋 copy color: '#C7277B'

red 199 ◦ green 39 ◦ blue 123

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

Shades of Medium Red Violet #C7277B

Tints of Medium Red Violet #C7277B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 55.12%
G = 10.8%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7277B (or 0xC7277B) is known color: Medium Red Violet. HEX triplet: C7, 27 and 7B. RGB value is (199,39,123). Sum of RGB (Red+Green+Blue) = 199+39+123=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7277B is #38D884. Grayscale: #606060. Windows color (decimal): -3725445 or 8071111. OLE color: 8071111.

HSL color Cylindrical-coordinate representation of color #C7277B: hue angle of 328.5º 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 #C7277B is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 39 123 -
CMYK 0 0.80 0.38 0.22
HSL 328.5º 0.67% 0.47% -
HSV(B) 328.5º 0.8% 0.78% -
XYZ 27.85 15.02 20.17 -
YUV 96.42 143.01 201.17 -
System Red Green Blue C M Y K H S L
Decimal 199 39 123 0 0.80 0.38 0.22 328.5 0.67 0.47
Hex C7 27 7B 0 50 26 16 148 43 2F
Octal 307 47 173 0 120 46 26 510 103 57
Binary 11000111 100111 1111011 0 1010000 100110 10110 101001000 1000011 101111

Color Harmonies of #C7277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7277B

Black with #C7277B

Text Example


Text Example

White with #C7277B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7277B; }

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

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

background-color css

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

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

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

border-color css

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

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

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