Html Css Color HEX #C7248C Medium Violet Red

📋 copy color: '#C7248C'

red 199 ◦ green 36 ◦ blue 140

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

Shades of Medium Violet Red #C7248C

Tints of Medium Violet Red #C7248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 53.07%
G = 9.6%
B = 37.33%

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

#C7248C (or 0xC7248C) is known color: Medium Violet Red. HEX triplet: C7, 24 and 8C. RGB value is (199,36,140). Sum of RGB (Red+Green+Blue) = 199+36+140=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7248C is #38DB73. Grayscale: #606060. Windows color (decimal): -3726196 or 9184455. OLE color: 9184455.

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

Color convert

RGB 199 36 140 -
CMYK 0 0.82 0.30 0.22
HSL 321.72º 0.69% 0.46% -
HSV(B) 321.72º 0.82% 0.78% -
XYZ 28.92 15.3 26.24 -
YUV 96.59 152.5 201.04 -
System Red Green Blue C M Y K H S L
Decimal 199 36 140 0 0.82 0.30 0.22 321.72 0.69 0.46
Hex C7 24 8C 0 52 1E 16 142 45 2E
Octal 307 44 214 0 122 36 26 502 105 56
Binary 11000111 100100 10001100 0 1010010 11110 10110 101000010 1000101 101110

Color Harmonies of #C7248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7248C

Black with #C7248C

Text Example


Text Example

White with #C7248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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