Html Css Color HEX #CC178E Medium Violet Red

📋 copy color: '#CC178E'

red 204 ◦ green 23 ◦ blue 142

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

Shades of Medium Violet Red #CC178E

Tints of Medium Violet Red #CC178E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.23%

 BLUE value IS 142 (55.86% from 255) = 38.48%

R = 55.28%
G = 6.23%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC178E (or 0xCC178E) is known color: Medium Violet Red. HEX triplet: CC, 17 and 8E. RGB value is (204,23,142). Sum of RGB (Red+Green+Blue) = 204+23+142=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC178E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC178E is #33E871. Grayscale: #5A5A5A. Windows color (decimal): -3401842 or 9312204. OLE color: 9312204.

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

Color convert

RGB 204 23 142 -
CMYK 0 0.89 0.30 0.2
HSL 320.55º 0.8% 0.45% -
HSV(B) 320.55º 0.89% 0.8% -
XYZ 30.09 15.4 26.98 -
YUV 90.69 156.97 208.82 -
System Red Green Blue C M Y K H S L
Decimal 204 23 142 0 0.89 0.30 0.2 320.55 0.8 0.45
Hex CC 17 8E 0 59 1E 14 141 50 2D
Octal 314 27 216 0 131 36 24 501 120 55
Binary 11001100 10111 10001110 0 1011001 11110 10100 101000001 1010000 101101

Color Harmonies of #CC178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC178E

Black with #CC178E

Text Example


Text Example

White with #CC178E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC178E; }

 p { color: rgb(204,23,142); }

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

background-color css

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

 a { background-color: rgb(204,23,142); }

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

border-color css

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

 span { border-color: rgb(204,23,142); }

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