Html Css Color HEX #CC218E Medium Violet Red

📋 copy color: '#CC218E'

red 204 ◦ green 33 ◦ blue 142

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

Shades of Medium Violet Red #CC218E

Tints of Medium Violet Red #CC218E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 53.83%
G = 8.71%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC218E (or 0xCC218E) is known color: Medium Violet Red. HEX triplet: CC, 21 and 8E. RGB value is (204,33,142). Sum of RGB (Red+Green+Blue) = 204+33+142=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC218E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC218E is #33DE71. Grayscale: #606060. Windows color (decimal): -3399282 or 9314764. OLE color: 9314764.

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

Color convert

RGB 204 33 142 -
CMYK 0 0.84 0.30 0.2
HSL 321.75º 0.72% 0.46% -
HSV(B) 321.75º 0.84% 0.8% -
XYZ 30.33 15.88 27.06 -
YUV 96.56 153.65 204.64 -
System Red Green Blue C M Y K H S L
Decimal 204 33 142 0 0.84 0.30 0.2 321.75 0.72 0.46
Hex CC 21 8E 0 54 1E 14 142 48 2E
Octal 314 41 216 0 124 36 24 502 110 56
Binary 11001100 100001 10001110 0 1010100 11110 10100 101000010 1001000 101110

Color Harmonies of #CC218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC218E

Black with #CC218E

Text Example


Text Example

White with #CC218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC218E; }

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

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

background-color css

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

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

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

border-color css

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

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

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