Html Css Color HEX #CC167F Medium Violet Red

📋 copy color: '#CC167F'

red 204 ◦ green 22 ◦ blue 127

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

Shades of Medium Violet Red #CC167F

Tints of Medium Violet Red #CC167F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.98%

R = 57.79%
G = 6.23%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC167F (or 0xCC167F) is known color: Medium Violet Red. HEX triplet: CC, 16 and 7F. RGB value is (204,22,127). Sum of RGB (Red+Green+Blue) = 204+22+127=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC167F is #33E980. Grayscale: #585858. Windows color (decimal): -3402113 or 8328908. OLE color: 8328908.

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

Color convert

RGB 204 22 127 -
CMYK 0 0.89 0.38 0.2
HSL 325.38º 0.81% 0.44% -
HSV(B) 325.38º 0.89% 0.8% -
XYZ 29.02 14.94 21.43 -
YUV 88.39 149.8 210.46 -
System Red Green Blue C M Y K H S L
Decimal 204 22 127 0 0.89 0.38 0.2 325.38 0.81 0.44
Hex CC 16 7F 0 59 26 14 145 51 2C
Octal 314 26 177 0 131 46 24 505 121 54
Binary 11001100 10110 1111111 0 1011001 100110 10100 101000101 1010001 101100

Color Harmonies of #CC167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC167F

Black with #CC167F

Text Example


Text Example

White with #CC167F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC167F; }

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

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

background-color css

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

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

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

border-color css

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

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

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