Html Css Color HEX #C8247E Medium Violet Red

📋 copy color: '#C8247E'

red 200 ◦ green 36 ◦ blue 126

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

Shades of Medium Violet Red #C8247E

Tints of Medium Violet Red #C8247E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 55.25%
G = 9.94%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8247E (or 0xC8247E) is known color: Medium Violet Red. HEX triplet: C8, 24 and 7E. RGB value is (200,36,126). Sum of RGB (Red+Green+Blue) = 200+36+126=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8247E is #37DB81. Grayscale: #5F5F5F. Windows color (decimal): -3660674 or 8266952. OLE color: 8266952.

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

Color convert

RGB 200 36 126 -
CMYK 0 0.82 0.37 0.22
HSL 327.07º 0.69% 0.46% -
HSV(B) 327.07º 0.82% 0.78% -
XYZ 28.22 15.05 21.16 -
YUV 95.3 145.33 202.68 -
System Red Green Blue C M Y K H S L
Decimal 200 36 126 0 0.82 0.37 0.22 327.07 0.69 0.46
Hex C8 24 7E 0 52 25 16 147 45 2E
Octal 310 44 176 0 122 45 26 507 105 56
Binary 11001000 100100 1111110 0 1010010 100101 10110 101000111 1000101 101110

Color Harmonies of #C8247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8247E

Black with #C8247E

Text Example


Text Example

White with #C8247E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8247E; }

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

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

background-color css

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

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

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

border-color css

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

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

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