Html Css Color HEX #C7258C Medium Violet Red

📋 copy color: '#C7258C'

red 199 ◦ green 37 ◦ blue 140

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

Shades of Medium Violet Red #C7258C

Tints of Medium Violet Red #C7258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 52.93%
G = 9.84%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7258C (or 0xC7258C) is known color: Medium Violet Red. HEX triplet: C7, 25 and 8C. RGB value is (199,37,140). Sum of RGB (Red+Green+Blue) = 199+37+140=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7258C is #38DA73. Grayscale: #606060. Windows color (decimal): -3725940 or 9184711. OLE color: 9184711.

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

Color convert

RGB 199 37 140 -
CMYK 0 0.81 0.30 0.22
HSL 321.85º 0.69% 0.46% -
HSV(B) 321.85º 0.81% 0.78% -
XYZ 28.95 15.36 26.25 -
YUV 97.18 152.17 200.62 -
System Red Green Blue C M Y K H S L
Decimal 199 37 140 0 0.81 0.30 0.22 321.85 0.69 0.46
Hex C7 25 8C 0 51 1E 16 142 45 2E
Octal 307 45 214 0 121 36 26 502 105 56
Binary 11000111 100101 10001100 0 1010001 11110 10110 101000010 1000101 101110

Color Harmonies of #C7258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7258C

Black with #C7258C

Text Example


Text Example

White with #C7258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7258C; }

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

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

background-color css

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

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

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

border-color css

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

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

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