Html Css Color HEX #CC218C Medium Violet Red

📋 copy color: '#CC218C'

red 204 ◦ green 33 ◦ blue 140

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

Shades of Medium Violet Red #CC218C

Tints of Medium Violet Red #CC218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 54.11%
G = 8.75%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC218C (or 0xCC218C) is known color: Medium Violet Red. HEX triplet: CC, 21 and 8C. RGB value is (204,33,140). Sum of RGB (Red+Green+Blue) = 204+33+140=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC218C is #33DE73. Grayscale: #606060. Windows color (decimal): -3399284 or 9183692. OLE color: 9183692.

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

Color convert

RGB 204 33 140 -
CMYK 0 0.84 0.31 0.2
HSL 322.46º 0.72% 0.46% -
HSV(B) 322.46º 0.84% 0.8% -
XYZ 30.18 15.82 26.27 -
YUV 96.33 152.65 204.8 -
System Red Green Blue C M Y K H S L
Decimal 204 33 140 0 0.84 0.31 0.2 322.46 0.72 0.46
Hex CC 21 8C 0 54 1F 14 142 48 2E
Octal 314 41 214 0 124 37 24 502 110 56
Binary 11001100 100001 10001100 0 1010100 11111 10100 101000010 1001000 101110

Color Harmonies of #CC218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC218C

Black with #CC218C

Text Example


Text Example

White with #CC218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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