Html Css Color HEX #C8217A Medium Violet Red

📋 copy color: '#C8217A'

red 200 ◦ green 33 ◦ blue 122

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

Shades of Medium Violet Red #C8217A

Tints of Medium Violet Red #C8217A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 56.34%
G = 9.3%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8217A (or 0xC8217A) is known color: Medium Violet Red. HEX triplet: C8, 21 and 7A. RGB value is (200,33,122). Sum of RGB (Red+Green+Blue) = 200+33+122=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C8217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8217A is #37DE85. Grayscale: #5C5C5C. Windows color (decimal): -3661446 or 8004040. OLE color: 8004040.

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

Color convert

RGB 200 33 122 -
CMYK 0 0.84 0.39 0.22
HSL 328.02º 0.72% 0.46% -
HSV(B) 328.02º 0.84% 0.78% -
XYZ 27.88 14.77 19.79 -
YUV 93.08 144.33 204.26 -
System Red Green Blue C M Y K H S L
Decimal 200 33 122 0 0.84 0.39 0.22 328.02 0.72 0.46
Hex C8 21 7A 0 54 27 16 148 48 2E
Octal 310 41 172 0 124 47 26 510 110 56
Binary 11001000 100001 1111010 0 1010100 100111 10110 101001000 1001000 101110

Color Harmonies of #C8217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8217A

Black with #C8217A

Text Example


Text Example

White with #C8217A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8217A; }

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

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

background-color css

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

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

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

border-color css

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

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

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