Html Css Color HEX #CC166F Medium Violet Red

📋 copy color: '#CC166F'

red 204 ◦ green 22 ◦ blue 111

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

Shades of Medium Violet Red #CC166F

Tints of Medium Violet Red #CC166F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.53%

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

R = 60.53%
G = 6.53%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC166F (or 0xCC166F) is known color: Medium Violet Red. HEX triplet: CC, 16 and 6F. RGB value is (204,22,111). Sum of RGB (Red+Green+Blue) = 204+22+111=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC166F is #33E990. Grayscale: #565656. Windows color (decimal): -3402129 or 7280332. OLE color: 7280332.

HSL color Cylindrical-coordinate representation of color #CC166F: hue angle of 330.66º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC166F is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 111 -
CMYK 0 0.89 0.46 0.2
HSL 330.66º 0.81% 0.44% -
HSV(B) 330.66º 0.89% 0.8% -
XYZ 28.06 14.56 16.37 -
YUV 86.56 141.8 211.76 -
System Red Green Blue C M Y K H S L
Decimal 204 22 111 0 0.89 0.46 0.2 330.66 0.81 0.44
Hex CC 16 6F 0 59 2E 14 14B 51 2C
Octal 314 26 157 0 131 56 24 513 121 54
Binary 11001100 10110 1101111 0 1011001 101110 10100 101001011 1010001 101100

Color Harmonies of #CC166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC166F

Black with #CC166F

Text Example


Text Example

White with #CC166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC166F; }

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

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

background-color css

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

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

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

border-color css

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

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

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