Html Css Color HEX #C8257D Medium Violet Red

📋 copy color: '#C8257D'

red 200 ◦ green 37 ◦ blue 125

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

Shades of Medium Violet Red #C8257D

Tints of Medium Violet Red #C8257D

RGB

 RED value IS 200 (78.52% from 255) = 55.25%

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

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 55.25%
G = 10.22%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8257D (or 0xC8257D) is known color: Medium Violet Red. HEX triplet: C8, 25 and 7D. RGB value is (200,37,125). Sum of RGB (Red+Green+Blue) = 200+37+125=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8257D is #37DA82. Grayscale: #5F5F5F. Windows color (decimal): -3660419 or 8201672. OLE color: 8201672.

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

Color convert

RGB 200 37 125 -
CMYK 0 0.82 0.38 0.22
HSL 327.61º 0.69% 0.46% -
HSV(B) 327.61º 0.82% 0.78% -
XYZ 28.18 15.08 20.83 -
YUV 95.77 144.5 202.34 -
System Red Green Blue C M Y K H S L
Decimal 200 37 125 0 0.82 0.38 0.22 327.61 0.69 0.46
Hex C8 25 7D 0 52 26 16 148 45 2E
Octal 310 45 175 0 122 46 26 510 105 56
Binary 11001000 100101 1111101 0 1010010 100110 10110 101001000 1000101 101110

Color Harmonies of #C8257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8257D

Black with #C8257D

Text Example


Text Example

White with #C8257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8257D; }

 p { color: rgb(200,37,125); }

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

background-color css

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

 a { background-color: rgb(200,37,125); }

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

border-color css

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

 span { border-color: rgb(200,37,125); }

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