Html Css Color HEX #C8247D Medium Violet Red

📋 copy color: '#C8247D'

red 200 ◦ green 36 ◦ blue 125

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

Shades of Medium Violet Red #C8247D

Tints of Medium Violet Red #C8247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.97%

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

R = 55.4%
G = 9.97%
B = 34.63%

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

#C8247D (or 0xC8247D) is known color: Medium Violet Red. HEX triplet: C8, 24 and 7D. RGB value is (200,36,125). Sum of RGB (Red+Green+Blue) = 200+36+125=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8247D is #37DB82. Grayscale: #5E5E5E. Windows color (decimal): -3660675 or 8201416. OLE color: 8201416.

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

Color convert

RGB 200 36 125 -
CMYK 0 0.82 0.38 0.22
HSL 327.44º 0.69% 0.46% -
HSV(B) 327.44º 0.82% 0.78% -
XYZ 28.15 15.02 20.82 -
YUV 95.18 144.83 202.76 -
System Red Green Blue C M Y K H S L
Decimal 200 36 125 0 0.82 0.38 0.22 327.44 0.69 0.46
Hex C8 24 7D 0 52 26 16 147 45 2E
Octal 310 44 175 0 122 46 26 507 105 56
Binary 11001000 100100 1111101 0 1010010 100110 10110 101000111 1000101 101110

Color Harmonies of #C8247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8247D

Black with #C8247D

Text Example


Text Example

White with #C8247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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