Html Css Color HEX #CC218A Medium Violet Red

📋 copy color: '#CC218A'

red 204 ◦ green 33 ◦ blue 138

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

Shades of Medium Violet Red #CC218A

Tints of Medium Violet Red #CC218A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.8%

R = 54.4%
G = 8.8%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC218A (or 0xCC218A) is known color: Medium Violet Red. HEX triplet: CC, 21 and 8A. RGB value is (204,33,138). Sum of RGB (Red+Green+Blue) = 204+33+138=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC218A is #33DE75. Grayscale: #5F5F5F. Windows color (decimal): -3399286 or 9052620. OLE color: 9052620.

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

Color convert

RGB 204 33 138 -
CMYK 0 0.84 0.32 0.2
HSL 323.16º 0.72% 0.46% -
HSV(B) 323.16º 0.84% 0.8% -
XYZ 30.03 15.76 25.5 -
YUV 96.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 204 33 138 0 0.84 0.32 0.2 323.16 0.72 0.46
Hex CC 21 8A 0 54 20 14 143 48 2E
Octal 314 41 212 0 124 40 24 503 110 56
Binary 11001100 100001 10001010 0 1010100 100000 10100 101000011 1001000 101110

Color Harmonies of #CC218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC218A

Black with #CC218A

Text Example


Text Example

White with #CC218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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