Html Css Color HEX #C8217F Medium Violet Red

📋 copy color: '#C8217F'

red 200 ◦ green 33 ◦ blue 127

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

Shades of Medium Violet Red #C8217F

Tints of Medium Violet Red #C8217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.17%

 BLUE value IS 127 (50% from 255) = 35.28%

R = 55.56%
G = 9.17%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C8217F (or 0xC8217F) is known color: Medium Violet Red. HEX triplet: C8, 21 and 7F. RGB value is (200,33,127). Sum of RGB (Red+Green+Blue) = 200+33+127=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8217F is #37DE80. Grayscale: #5D5D5D. Windows color (decimal): -3661441 or 8331720. OLE color: 8331720.

HSL color Cylindrical-coordinate representation of color #C8217F: hue angle of 326.23º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8217F is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 33 127 -
CMYK 0 0.84 0.36 0.22
HSL 326.23º 0.72% 0.46% -
HSV(B) 326.23º 0.84% 0.78% -
XYZ 28.19 14.9 21.47 -
YUV 93.65 146.83 203.86 -
System Red Green Blue C M Y K H S L
Decimal 200 33 127 0 0.84 0.36 0.22 326.23 0.72 0.46
Hex C8 21 7F 0 54 24 16 146 48 2E
Octal 310 41 177 0 124 44 26 506 110 56
Binary 11001000 100001 1111111 0 1010100 100100 10110 101000110 1001000 101110

Color Harmonies of #C8217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8217F

Black with #C8217F

Text Example


Text Example

White with #C8217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8217F; }

 p { color: rgb(200,33,127); }

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

background-color css

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

 a { background-color: rgb(200,33,127); }

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

border-color css

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

 span { border-color: rgb(200,33,127); }

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