Html Css Color HEX #C8277E Medium Red Violet

📋 copy color: '#C8277E'

red 200 ◦ green 39 ◦ blue 126

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

Shades of Medium Red Violet #C8277E

Tints of Medium Red Violet #C8277E

RGB

 RED value IS 200 (78.52% from 255) = 54.79%

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

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 54.79%
G = 10.68%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8277E (or 0xC8277E) is known color: Medium Red Violet. HEX triplet: C8, 27 and 7E. RGB value is (200,39,126). Sum of RGB (Red+Green+Blue) = 200+39+126=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C8277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8277E is #37D881. Grayscale: #606060. Windows color (decimal): -3659906 or 8267720. OLE color: 8267720.

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

Color convert

RGB 200 39 126 -
CMYK 0 0.80 0.37 0.22
HSL 327.58º 0.67% 0.47% -
HSV(B) 327.58º 0.81% 0.78% -
XYZ 28.31 15.24 21.19 -
YUV 97.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 200 39 126 0 0.80 0.37 0.22 327.58 0.67 0.47
Hex C8 27 7E 0 50 25 16 148 43 2F
Octal 310 47 176 0 120 45 26 510 103 57
Binary 11001000 100111 1111110 0 1010000 100101 10110 101001000 1000011 101111

Color Harmonies of #C8277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8277E

Black with #C8277E

Text Example


Text Example

White with #C8277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8277E; }

 p { color: rgb(200,39,126); }

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

background-color css

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

 a { background-color: rgb(200,39,126); }

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

border-color css

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

 span { border-color: rgb(200,39,126); }

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