Html Css Color HEX #C7248B Medium Violet Red

📋 copy color: '#C7248B'

red 199 ◦ green 36 ◦ blue 139

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

Shades of Medium Violet Red #C7248B

Tints of Medium Violet Red #C7248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 53.21%
G = 9.63%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7248B (or 0xC7248B) is known color: Medium Violet Red. HEX triplet: C7, 24 and 8B. RGB value is (199,36,139). Sum of RGB (Red+Green+Blue) = 199+36+139=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7248B is #38DB74. Grayscale: #606060. Windows color (decimal): -3726197 or 9118919. OLE color: 9118919.

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

Color convert

RGB 199 36 139 -
CMYK 0 0.82 0.30 0.22
HSL 322.09º 0.69% 0.46% -
HSV(B) 322.09º 0.82% 0.78% -
XYZ 28.84 15.27 25.85 -
YUV 96.48 152 201.12 -
System Red Green Blue C M Y K H S L
Decimal 199 36 139 0 0.82 0.30 0.22 322.09 0.69 0.46
Hex C7 24 8B 0 52 1E 16 142 45 2E
Octal 307 44 213 0 122 36 26 502 105 56
Binary 11000111 100100 10001011 0 1010010 11110 10110 101000010 1000101 101110

Color Harmonies of #C7248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7248B

Black with #C7248B

Text Example


Text Example

White with #C7248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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