Html Css Color HEX #C7257A Medium Violet Red

📋 copy color: '#C7257A'

red 199 ◦ green 37 ◦ blue 122

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

Shades of Medium Violet Red #C7257A

Tints of Medium Violet Red #C7257A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.34%

 BLUE value IS 122 (48.05% from 255) = 34.08%

R = 55.59%
G = 10.34%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C7257A (or 0xC7257A) is known color: Medium Violet Red. HEX triplet: C7, 25 and 7A. RGB value is (199,37,122). Sum of RGB (Red+Green+Blue) = 199+37+122=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7257A is #38DA85. Grayscale: #5E5E5E. Windows color (decimal): -3725958 or 8005063. OLE color: 8005063.

HSL color Cylindrical-coordinate representation of color #C7257A: hue angle of 328.52º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7257A is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 37 122 -
CMYK 0 0.81 0.39 0.22
HSL 328.52º 0.69% 0.46% -
HSV(B) 328.52º 0.81% 0.78% -
XYZ 27.73 14.87 19.82 -
YUV 95.13 143.17 202.09 -
System Red Green Blue C M Y K H S L
Decimal 199 37 122 0 0.81 0.39 0.22 328.52 0.69 0.46
Hex C7 25 7A 0 51 27 16 149 45 2E
Octal 307 45 172 0 121 47 26 511 105 56
Binary 11000111 100101 1111010 0 1010001 100111 10110 101001001 1000101 101110

Color Harmonies of #C7257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7257A

Black with #C7257A

Text Example


Text Example

White with #C7257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7257A; }

 p { color: rgb(199,37,122); }

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

background-color css

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

 a { background-color: rgb(199,37,122); }

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

border-color css

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

 span { border-color: rgb(199,37,122); }

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