Html Css Color HEX #C7288A Medium Red Violet

📋 copy color: '#C7288A'

red 199 ◦ green 40 ◦ blue 138

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

Shades of Medium Red Violet #C7288A

Tints of Medium Red Violet #C7288A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.61%

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

R = 52.79%
G = 10.61%
B = 36.6%

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

#C7288A (or 0xC7288A) is known color: Medium Red Violet. HEX triplet: C7, 28 and 8A. RGB value is (199,40,138). Sum of RGB (Red+Green+Blue) = 199+40+138=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7288A is #38D775. Grayscale: #626262. Windows color (decimal): -3725174 or 9054407. OLE color: 9054407.

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

Color convert

RGB 199 40 138 -
CMYK 0 0.80 0.31 0.22
HSL 323.02º 0.67% 0.47% -
HSV(B) 323.02º 0.8% 0.78% -
XYZ 28.9 15.49 25.51 -
YUV 98.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 199 40 138 0 0.80 0.31 0.22 323.02 0.67 0.47
Hex C7 28 8A 0 50 1F 16 143 43 2F
Octal 307 50 212 0 120 37 26 503 103 57
Binary 11000111 101000 10001010 0 1010000 11111 10110 101000011 1000011 101111

Color Harmonies of #C7288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7288A

Black with #C7288A

Text Example


Text Example

White with #C7288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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