Html Css Color HEX #CC218D Medium Violet Red

📋 copy color: '#CC218D'

red 204 ◦ green 33 ◦ blue 141

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

Shades of Medium Violet Red #CC218D

Tints of Medium Violet Red #CC218D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 53.97%
G = 8.73%
B = 37.3%

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

#CC218D (or 0xCC218D) is known color: Medium Violet Red. HEX triplet: CC, 21 and 8D. RGB value is (204,33,141). Sum of RGB (Red+Green+Blue) = 204+33+141=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC218D is #33DE72. Grayscale: #606060. Windows color (decimal): -3399283 or 9249228. OLE color: 9249228.

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

Color convert

RGB 204 33 141 -
CMYK 0 0.84 0.31 0.2
HSL 322.11º 0.72% 0.46% -
HSV(B) 322.11º 0.84% 0.8% -
XYZ 30.25 15.85 26.66 -
YUV 96.44 153.15 204.72 -
System Red Green Blue C M Y K H S L
Decimal 204 33 141 0 0.84 0.31 0.2 322.11 0.72 0.46
Hex CC 21 8D 0 54 1F 14 142 48 2E
Octal 314 41 215 0 124 37 24 502 110 56
Binary 11001100 100001 10001101 0 1010100 11111 10100 101000010 1001000 101110

Color Harmonies of #CC218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC218D

Black with #CC218D

Text Example


Text Example

White with #CC218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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