Html Css Color HEX #C7238A Medium Violet Red

📋 copy color: '#C7238A'

red 199 ◦ green 35 ◦ blue 138

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

Shades of Medium Violet Red #C7238A

Tints of Medium Violet Red #C7238A

RGB

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

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

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

R = 53.49%
G = 9.41%
B = 37.1%

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

#C7238A (or 0xC7238A) is known color: Medium Violet Red. HEX triplet: C7, 23 and 8A. RGB value is (199,35,138). Sum of RGB (Red+Green+Blue) = 199+35+138=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C7238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7238A is #38DC75. Grayscale: #5F5F5F. Windows color (decimal): -3726454 or 9053127. OLE color: 9053127.

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

Color convert

RGB 199 35 138 -
CMYK 0 0.82 0.31 0.22
HSL 322.32º 0.7% 0.46% -
HSV(B) 322.32º 0.82% 0.78% -
XYZ 28.74 15.18 25.46 -
YUV 95.78 151.83 201.62 -
System Red Green Blue C M Y K H S L
Decimal 199 35 138 0 0.82 0.31 0.22 322.32 0.7 0.46
Hex C7 23 8A 0 52 1F 16 142 46 2E
Octal 307 43 212 0 122 37 26 502 106 56
Binary 11000111 100011 10001010 0 1010010 11111 10110 101000010 1000110 101110

Color Harmonies of #C7238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7238A

Black with #C7238A

Text Example


Text Example

White with #C7238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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