Html Css Color HEX #C7278A Medium Red Violet

📋 copy color: '#C7278A'

red 199 ◦ green 39 ◦ blue 138

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

Shades of Medium Red Violet #C7278A

Tints of Medium Red Violet #C7278A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 52.93%
G = 10.37%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7278A (or 0xC7278A) is known color: Medium Red Violet. HEX triplet: C7, 27 and 8A. RGB value is (199,39,138). Sum of RGB (Red+Green+Blue) = 199+39+138=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7278A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7278A is #38D875. Grayscale: #616161. Windows color (decimal): -3725430 or 9054151. OLE color: 9054151.

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

Color convert

RGB 199 39 138 -
CMYK 0 0.80 0.31 0.22
HSL 322.88º 0.67% 0.47% -
HSV(B) 322.88º 0.8% 0.78% -
XYZ 28.87 15.43 25.5 -
YUV 98.13 150.51 199.95 -
System Red Green Blue C M Y K H S L
Decimal 199 39 138 0 0.80 0.31 0.22 322.88 0.67 0.47
Hex C7 27 8A 0 50 1F 16 143 43 2F
Octal 307 47 212 0 120 37 26 503 103 57
Binary 11000111 100111 10001010 0 1010000 11111 10110 101000011 1000011 101111

Color Harmonies of #C7278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7278A

Black with #C7278A

Text Example


Text Example

White with #C7278A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7278A; }

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

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

background-color css

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

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

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

border-color css

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

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

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