Html Css Color HEX #CC167A Medium Violet Red

📋 copy color: '#CC167A'

red 204 ◦ green 22 ◦ blue 122

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

Shades of Medium Violet Red #CC167A

Tints of Medium Violet Red #CC167A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.06%

R = 58.62%
G = 6.32%
B = 35.06%

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

#CC167A (or 0xCC167A) is known color: Medium Violet Red. HEX triplet: CC, 16 and 7A. RGB value is (204,22,122). Sum of RGB (Red+Green+Blue) = 204+22+122=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC167A is #33E985. Grayscale: #575757. Windows color (decimal): -3402118 or 8001228. OLE color: 8001228.

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

Color convert

RGB 204 22 122 -
CMYK 0 0.89 0.40 0.2
HSL 327.03º 0.81% 0.44% -
HSV(B) 327.03º 0.89% 0.8% -
XYZ 28.7 14.82 19.76 -
YUV 87.82 147.3 210.87 -
System Red Green Blue C M Y K H S L
Decimal 204 22 122 0 0.89 0.40 0.2 327.03 0.81 0.44
Hex CC 16 7A 0 59 28 14 147 51 2C
Octal 314 26 172 0 131 50 24 507 121 54
Binary 11001100 10110 1111010 0 1011001 101000 10100 101000111 1010001 101100

Color Harmonies of #CC167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC167A

Black with #CC167A

Text Example


Text Example

White with #CC167A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC167A; }

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

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

background-color css

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

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

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

border-color css

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

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

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