Html Css Color HEX #C7238F Medium Violet Red

📋 copy color: '#C7238F'

red 199 ◦ green 35 ◦ blue 143

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

Shades of Medium Violet Red #C7238F

Tints of Medium Violet Red #C7238F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.28%

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

R = 52.79%
G = 9.28%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7238F (or 0xC7238F) is known color: Medium Violet Red. HEX triplet: C7, 23 and 8F. RGB value is (199,35,143). Sum of RGB (Red+Green+Blue) = 199+35+143=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7238F is #38DC70. Grayscale: #606060. Windows color (decimal): -3726449 or 9380807. OLE color: 9380807.

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

Color convert

RGB 199 35 143 -
CMYK 0 0.82 0.28 0.22
HSL 320.49º 0.7% 0.46% -
HSV(B) 320.49º 0.82% 0.78% -
XYZ 29.11 15.33 27.41 -
YUV 96.35 154.33 201.22 -
System Red Green Blue C M Y K H S L
Decimal 199 35 143 0 0.82 0.28 0.22 320.49 0.7 0.46
Hex C7 23 8F 0 52 1C 16 140 46 2E
Octal 307 43 217 0 122 34 26 500 106 56
Binary 11000111 100011 10001111 0 1010010 11100 10110 101000000 1000110 101110

Color Harmonies of #C7238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7238F

Black with #C7238F

Text Example


Text Example

White with #C7238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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