Html Css Color HEX #C7147B Medium Violet Red

📋 copy color: '#C7147B'

red 199 ◦ green 20 ◦ blue 123

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

Shades of Medium Violet Red #C7147B

Tints of Medium Violet Red #C7147B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.96%

R = 58.19%
G = 5.85%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7147B (or 0xC7147B) is known color: Medium Violet Red. HEX triplet: C7, 14 and 7B. RGB value is (199,20,123). Sum of RGB (Red+Green+Blue) = 199+20+123=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7147B is #38EB84. Grayscale: #555555. Windows color (decimal): -3730309 or 8066247. OLE color: 8066247.

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

Color convert

RGB 199 20 123 -
CMYK 0 0.90 0.38 0.22
HSL 325.47º 0.82% 0.43% -
HSV(B) 325.47º 0.9% 0.78% -
XYZ 27.38 14.07 20.01 -
YUV 85.26 149.3 209.12 -
System Red Green Blue C M Y K H S L
Decimal 199 20 123 0 0.90 0.38 0.22 325.47 0.82 0.43
Hex C7 14 7B 0 5A 26 16 145 52 2B
Octal 307 24 173 0 132 46 26 505 122 53
Binary 11000111 10100 1111011 0 1011010 100110 10110 101000101 1010010 101011

Color Harmonies of #C7147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7147B

Black with #C7147B

Text Example


Text Example

White with #C7147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7147B; }

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

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

background-color css

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

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

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

border-color css

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

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

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