Html Css Color HEX #C7148F Medium Violet Red

📋 copy color: '#C7148F'

red 199 ◦ green 20 ◦ blue 143

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

Shades of Medium Violet Red #C7148F

Tints of Medium Violet Red #C7148F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.52%

 BLUE value IS 143 (56.25% from 255) = 39.5%

R = 54.97%
G = 5.52%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7148F (or 0xC7148F) is known color: Medium Violet Red. HEX triplet: C7, 14 and 8F. RGB value is (199,20,143). Sum of RGB (Red+Green+Blue) = 199+20+143=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7148F is #38EB70. Grayscale: #575757. Windows color (decimal): -3730289 or 9376967. OLE color: 9376967.

HSL color Cylindrical-coordinate representation of color #C7148F: hue angle of 318.77º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7148F is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 143 -
CMYK 0 0.90 0.28 0.22
HSL 318.77º 0.82% 0.43% -
HSV(B) 318.77º 0.9% 0.78% -
XYZ 28.76 14.63 27.29 -
YUV 87.54 159.3 207.5 -
System Red Green Blue C M Y K H S L
Decimal 199 20 143 0 0.90 0.28 0.22 318.77 0.82 0.43
Hex C7 14 8F 0 5A 1C 16 13F 52 2B
Octal 307 24 217 0 132 34 26 477 122 53
Binary 11000111 10100 10001111 0 1011010 11100 10110 100111111 1010010 101011

Color Harmonies of #C7148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7148F

Black with #C7148F

Text Example


Text Example

White with #C7148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7148F; }

 p { color: rgb(199,20,143); }

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

background-color css

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

 a { background-color: rgb(199,20,143); }

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

border-color css

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

 span { border-color: rgb(199,20,143); }

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