Html Css Color HEX #C7248A Medium Violet Red

📋 copy color: '#C7248A'

red 199 ◦ green 36 ◦ blue 138

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

Shades of Medium Violet Red #C7248A

Tints of Medium Violet Red #C7248A

RGB

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

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

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

R = 53.35%
G = 9.65%
B = 37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7248A (or 0xC7248A) is known color: Medium Violet Red. HEX triplet: C7, 24 and 8A. RGB value is (199,36,138). Sum of RGB (Red+Green+Blue) = 199+36+138=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7248A is #38DB75. Grayscale: #606060. Windows color (decimal): -3726198 or 9053383. OLE color: 9053383.

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

Color convert

RGB 199 36 138 -
CMYK 0 0.82 0.31 0.22
HSL 322.45º 0.69% 0.46% -
HSV(B) 322.45º 0.82% 0.78% -
XYZ 28.77 15.24 25.47 -
YUV 96.37 151.5 201.21 -
System Red Green Blue C M Y K H S L
Decimal 199 36 138 0 0.82 0.31 0.22 322.45 0.69 0.46
Hex C7 24 8A 0 52 1F 16 142 45 2E
Octal 307 44 212 0 122 37 26 502 105 56
Binary 11000111 100100 10001010 0 1010010 11111 10110 101000010 1000101 101110

Color Harmonies of #C7248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7248A

Black with #C7248A

Text Example


Text Example

White with #C7248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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