Html Css Color HEX #CC158C Medium Violet Red

📋 copy color: '#CC158C'

red 204 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #CC158C

Tints of Medium Violet Red #CC158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.75%

 BLUE value IS 140 (55.08% from 255) = 38.36%

R = 55.89%
G = 5.75%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC158C (or 0xCC158C) is known color: Medium Violet Red. HEX triplet: CC, 15 and 8C. RGB value is (204,21,140). Sum of RGB (Red+Green+Blue) = 204+21+140=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC158C is #33EA73. Grayscale: #585858. Windows color (decimal): -3402356 or 9180620. OLE color: 9180620.

HSL color Cylindrical-coordinate representation of color #CC158C: hue angle of 320.98º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC158C is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 21 140 -
CMYK 0 0.90 0.31 0.2
HSL 320.98º 0.81% 0.44% -
HSV(B) 320.98º 0.9% 0.8% -
XYZ 29.9 15.27 26.18 -
YUV 89.28 156.63 209.82 -
System Red Green Blue C M Y K H S L
Decimal 204 21 140 0 0.90 0.31 0.2 320.98 0.81 0.44
Hex CC 15 8C 0 5A 1F 14 141 51 2C
Octal 314 25 214 0 132 37 24 501 121 54
Binary 11001100 10101 10001100 0 1011010 11111 10100 101000001 1010001 101100

Color Harmonies of #CC158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC158C

Black with #CC158C

Text Example


Text Example

White with #CC158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC158C; }

 p { color: rgb(204,21,140); }

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

background-color css

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

 a { background-color: rgb(204,21,140); }

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

border-color css

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

 span { border-color: rgb(204,21,140); }

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