Html Css Color HEX #C7248D Medium Violet Red

📋 copy color: '#C7248D'

red 199 ◦ green 36 ◦ blue 141

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

Shades of Medium Violet Red #C7248D

Tints of Medium Violet Red #C7248D

RGB

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

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

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

R = 52.93%
G = 9.57%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7248D (or 0xC7248D) is known color: Medium Violet Red. HEX triplet: C7, 24 and 8D. RGB value is (199,36,141). Sum of RGB (Red+Green+Blue) = 199+36+141=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7248D is #38DB72. Grayscale: #606060. Windows color (decimal): -3726195 or 9249991. OLE color: 9249991.

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

Color convert

RGB 199 36 141 -
CMYK 0 0.82 0.29 0.22
HSL 321.35º 0.69% 0.46% -
HSV(B) 321.35º 0.82% 0.78% -
XYZ 28.99 15.33 26.63 -
YUV 96.71 153 200.96 -
System Red Green Blue C M Y K H S L
Decimal 199 36 141 0 0.82 0.29 0.22 321.35 0.69 0.46
Hex C7 24 8D 0 52 1D 16 141 45 2E
Octal 307 44 215 0 122 35 26 501 105 56
Binary 11000111 100100 10001101 0 1010010 11101 10110 101000001 1000101 101110

Color Harmonies of #C7248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7248D

Black with #C7248D

Text Example


Text Example

White with #C7248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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