Html Css Color HEX #C7258D Medium Violet Red

📋 copy color: '#C7258D'

red 199 ◦ green 37 ◦ blue 141

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

Shades of Medium Violet Red #C7258D

Tints of Medium Violet Red #C7258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 52.79%
G = 9.81%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7258D (or 0xC7258D) is known color: Medium Violet Red. HEX triplet: C7, 25 and 8D. RGB value is (199,37,141). Sum of RGB (Red+Green+Blue) = 199+37+141=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7258D is #38DA72. Grayscale: #616161. Windows color (decimal): -3725939 or 9250247. OLE color: 9250247.

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

Color convert

RGB 199 37 141 -
CMYK 0 0.81 0.29 0.22
HSL 321.48º 0.69% 0.46% -
HSV(B) 321.48º 0.81% 0.78% -
XYZ 29.02 15.39 26.64 -
YUV 97.29 152.67 200.54 -
System Red Green Blue C M Y K H S L
Decimal 199 37 141 0 0.81 0.29 0.22 321.48 0.69 0.46
Hex C7 25 8D 0 51 1D 16 141 45 2E
Octal 307 45 215 0 121 35 26 501 105 56
Binary 11000111 100101 10001101 0 1010001 11101 10110 101000001 1000101 101110

Color Harmonies of #C7258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7258D

Black with #C7258D

Text Example


Text Example

White with #C7258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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