Html Css Color HEX #C7278D Medium Red Violet

📋 copy color: '#C7278D'

red 199 ◦ green 39 ◦ blue 141

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

Shades of Medium Red Violet #C7278D

Tints of Medium Red Violet #C7278D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 52.51%
G = 10.29%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7278D (or 0xC7278D) is known color: Medium Red Violet. HEX triplet: C7, 27 and 8D. RGB value is (199,39,141). Sum of RGB (Red+Green+Blue) = 199+39+141=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7278D is #38D872. Grayscale: #626262. Windows color (decimal): -3725427 or 9250759. OLE color: 9250759.

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

Color convert

RGB 199 39 141 -
CMYK 0 0.80 0.29 0.22
HSL 321.75º 0.67% 0.47% -
HSV(B) 321.75º 0.8% 0.78% -
XYZ 29.09 15.52 26.66 -
YUV 98.47 152.01 199.71 -
System Red Green Blue C M Y K H S L
Decimal 199 39 141 0 0.80 0.29 0.22 321.75 0.67 0.47
Hex C7 27 8D 0 50 1D 16 142 43 2F
Octal 307 47 215 0 120 35 26 502 103 57
Binary 11000111 100111 10001101 0 1010000 11101 10110 101000010 1000011 101111

Color Harmonies of #C7278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7278D

Black with #C7278D

Text Example


Text Example

White with #C7278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7278D; }

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

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

background-color css

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

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

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

border-color css

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

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

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