Html Css Color HEX #CC217E Medium Violet Red

📋 copy color: '#CC217E'

red 204 ◦ green 33 ◦ blue 126

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

Shades of Medium Violet Red #CC217E

Tints of Medium Violet Red #CC217E

RGB

 RED value IS 204 (80.08% from 255) = 56.2%

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

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

R = 56.2%
G = 9.09%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC217E (or 0xCC217E) is known color: Medium Violet Red. HEX triplet: CC, 21 and 7E. RGB value is (204,33,126). Sum of RGB (Red+Green+Blue) = 204+33+126=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC217E is #33DE81. Grayscale: #5E5E5E. Windows color (decimal): -3399298 or 8266188. OLE color: 8266188.

HSL color Cylindrical-coordinate representation of color #CC217E: hue angle of 327.37º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC217E is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 126 -
CMYK 0 0.84 0.38 0.2
HSL 327.37º 0.72% 0.46% -
HSV(B) 327.37º 0.84% 0.8% -
XYZ 29.21 15.43 21.18 -
YUV 94.73 145.65 205.94 -
System Red Green Blue C M Y K H S L
Decimal 204 33 126 0 0.84 0.38 0.2 327.37 0.72 0.46
Hex CC 21 7E 0 54 26 14 147 48 2E
Octal 314 41 176 0 124 46 24 507 110 56
Binary 11001100 100001 1111110 0 1010100 100110 10100 101000111 1001000 101110

Color Harmonies of #CC217E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC217E

Black with #CC217E

Text Example


Text Example

White with #CC217E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC217E; }

 p { color: rgb(204,33,126); }

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

background-color css

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

 a { background-color: rgb(204,33,126); }

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

border-color css

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

 span { border-color: rgb(204,33,126); }

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