Html Css Color HEX #C8277D Medium Red Violet

📋 copy color: '#C8277D'

red 200 ◦ green 39 ◦ blue 125

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

Shades of Medium Red Violet #C8277D

Tints of Medium Red Violet #C8277D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 54.95%
G = 10.71%
B = 34.34%

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

#C8277D (or 0xC8277D) is known color: Medium Red Violet. HEX triplet: C8, 27 and 7D. RGB value is (200,39,125). Sum of RGB (Red+Green+Blue) = 200+39+125=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8277D is #37D882. Grayscale: #606060. Windows color (decimal): -3659907 or 8202184. OLE color: 8202184.

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

Color convert

RGB 200 39 125 -
CMYK 0 0.80 0.38 0.22
HSL 327.95º 0.67% 0.47% -
HSV(B) 327.95º 0.81% 0.78% -
XYZ 28.25 15.21 20.85 -
YUV 96.94 143.84 201.51 -
System Red Green Blue C M Y K H S L
Decimal 200 39 125 0 0.80 0.38 0.22 327.95 0.67 0.47
Hex C8 27 7D 0 50 26 16 148 43 2F
Octal 310 47 175 0 120 46 26 510 103 57
Binary 11001000 100111 1111101 0 1010000 100110 10110 101001000 1000011 101111

Color Harmonies of #C8277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8277D

Black with #C8277D

Text Example


Text Example

White with #C8277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8277D; }

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

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

background-color css

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

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

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

border-color css

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

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

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