Html Css Color HEX #C7247F Medium Violet Red

📋 copy color: '#C7247F'

red 199 ◦ green 36 ◦ blue 127

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

Shades of Medium Violet Red #C7247F

Tints of Medium Violet Red #C7247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.94%

 BLUE value IS 127 (50% from 255) = 35.08%

R = 54.97%
G = 9.94%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7247F (or 0xC7247F) is known color: Medium Violet Red. HEX triplet: C7, 24 and 7F. RGB value is (199,36,127). Sum of RGB (Red+Green+Blue) = 199+36+127=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7247F is #38DB80. Grayscale: #5E5E5E. Windows color (decimal): -3726209 or 8332487. OLE color: 8332487.

HSL color Cylindrical-coordinate representation of color #C7247F: hue angle of 326.5º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7247F is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 36 127 -
CMYK 0 0.82 0.36 0.22
HSL 326.5º 0.69% 0.46% -
HSV(B) 326.5º 0.82% 0.78% -
XYZ 28.01 14.94 21.49 -
YUV 95.11 146 202.1 -
System Red Green Blue C M Y K H S L
Decimal 199 36 127 0 0.82 0.36 0.22 326.5 0.69 0.46
Hex C7 24 7F 0 52 24 16 147 45 2E
Octal 307 44 177 0 122 44 26 507 105 56
Binary 11000111 100100 1111111 0 1010010 100100 10110 101000111 1000101 101110

Color Harmonies of #C7247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7247F

Black with #C7247F

Text Example


Text Example

White with #C7247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7247F; }

 p { color: rgb(199,36,127); }

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

background-color css

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

 a { background-color: rgb(199,36,127); }

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

border-color css

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

 span { border-color: rgb(199,36,127); }

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