Html Css Color HEX #CC167B Medium Violet Red

📋 copy color: '#CC167B'

red 204 ◦ green 22 ◦ blue 123

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

Shades of Medium Violet Red #CC167B

Tints of Medium Violet Red #CC167B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 58.45%
G = 6.3%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC167B (or 0xCC167B) is known color: Medium Violet Red. HEX triplet: CC, 16 and 7B. RGB value is (204,22,123). Sum of RGB (Red+Green+Blue) = 204+22+123=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC167B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC167B is #33E984. Grayscale: #575757. Windows color (decimal): -3402117 or 8066764. OLE color: 8066764.

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

Color convert

RGB 204 22 123 -
CMYK 0 0.89 0.40 0.2
HSL 326.7º 0.81% 0.44% -
HSV(B) 326.7º 0.89% 0.8% -
XYZ 28.76 14.84 20.09 -
YUV 87.93 147.8 210.79 -
System Red Green Blue C M Y K H S L
Decimal 204 22 123 0 0.89 0.40 0.2 326.7 0.81 0.44
Hex CC 16 7B 0 59 28 14 147 51 2C
Octal 314 26 173 0 131 50 24 507 121 54
Binary 11001100 10110 1111011 0 1011001 101000 10100 101000111 1010001 101100

Color Harmonies of #CC167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC167B

Black with #CC167B

Text Example


Text Example

White with #CC167B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC167B; }

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

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

background-color css

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

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

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

border-color css

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

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

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