Html Css Color HEX #CC216F Medium Violet Red

📋 copy color: '#CC216F'

red 204 ◦ green 33 ◦ blue 111

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

Shades of Medium Violet Red #CC216F

Tints of Medium Violet Red #CC216F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 58.62%
G = 9.48%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC216F (or 0xCC216F) is known color: Medium Violet Red. HEX triplet: CC, 21 and 6F. RGB value is (204,33,111). Sum of RGB (Red+Green+Blue) = 204+33+111=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC216F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC216F is #33DE90. Grayscale: #5C5C5C. Windows color (decimal): -3399313 or 7283148. OLE color: 7283148.

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

Color convert

RGB 204 33 111 -
CMYK 0 0.84 0.46 0.2
HSL 332.63º 0.72% 0.46% -
HSV(B) 332.63º 0.84% 0.8% -
XYZ 28.31 15.07 16.46 -
YUV 93.02 138.15 207.16 -
System Red Green Blue C M Y K H S L
Decimal 204 33 111 0 0.84 0.46 0.2 332.63 0.72 0.46
Hex CC 21 6F 0 54 2E 14 14D 48 2E
Octal 314 41 157 0 124 56 24 515 110 56
Binary 11001100 100001 1101111 0 1010100 101110 10100 101001101 1001000 101110

Color Harmonies of #CC216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC216F

Black with #CC216F

Text Example


Text Example

White with #CC216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC216F; }

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

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

background-color css

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

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

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

border-color css

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

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

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