Html Css Color HEX #CC167C Medium Violet Red

📋 copy color: '#CC167C'

red 204 ◦ green 22 ◦ blue 124

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

Shades of Medium Violet Red #CC167C

Tints of Medium Violet Red #CC167C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 58.29%
G = 6.29%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC167C (or 0xCC167C) is known color: Medium Violet Red. HEX triplet: CC, 16 and 7C. RGB value is (204,22,124). Sum of RGB (Red+Green+Blue) = 204+22+124=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC167C is #33E983. Grayscale: #575757. Windows color (decimal): -3402116 or 8132300. OLE color: 8132300.

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

Color convert

RGB 204 22 124 -
CMYK 0 0.89 0.39 0.2
HSL 326.37º 0.81% 0.44% -
HSV(B) 326.37º 0.89% 0.8% -
XYZ 28.83 14.87 20.42 -
YUV 88.05 148.3 210.71 -
System Red Green Blue C M Y K H S L
Decimal 204 22 124 0 0.89 0.39 0.2 326.37 0.81 0.44
Hex CC 16 7C 0 59 27 14 146 51 2C
Octal 314 26 174 0 131 47 24 506 121 54
Binary 11001100 10110 1111100 0 1011001 100111 10100 101000110 1010001 101100

Color Harmonies of #CC167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC167C

Black with #CC167C

Text Example


Text Example

White with #CC167C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC167C; }

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

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

background-color css

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

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

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

border-color css

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

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

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