Html Css Color HEX #CC217D Medium Violet Red

📋 copy color: '#CC217D'

red 204 ◦ green 33 ◦ blue 125

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

Shades of Medium Violet Red #CC217D

Tints of Medium Violet Red #CC217D

RGB

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

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

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

R = 56.35%
G = 9.12%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC217D (or 0xCC217D) is known color: Medium Violet Red. HEX triplet: CC, 21 and 7D. RGB value is (204,33,125). Sum of RGB (Red+Green+Blue) = 204+33+125=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC217D is #33DE82. Grayscale: #5E5E5E. Windows color (decimal): -3399299 or 8200652. OLE color: 8200652.

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

Color convert

RGB 204 33 125 -
CMYK 0 0.84 0.39 0.2
HSL 327.72º 0.72% 0.46% -
HSV(B) 327.72º 0.84% 0.8% -
XYZ 29.15 15.41 20.84 -
YUV 94.62 145.15 206.02 -
System Red Green Blue C M Y K H S L
Decimal 204 33 125 0 0.84 0.39 0.2 327.72 0.72 0.46
Hex CC 21 7D 0 54 27 14 148 48 2E
Octal 314 41 175 0 124 47 24 510 110 56
Binary 11001100 100001 1111101 0 1010100 100111 10100 101001000 1001000 101110

Color Harmonies of #CC217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC217D

Black with #CC217D

Text Example


Text Example

White with #CC217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC217D; }

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

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

background-color css

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

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

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

border-color css

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

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

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