Html Css Color HEX #CC158B Medium Violet Red

📋 copy color: '#CC158B'

red 204 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #CC158B

Tints of Medium Violet Red #CC158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.19%

R = 56.04%
G = 5.77%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC158B (or 0xCC158B) is known color: Medium Violet Red. HEX triplet: CC, 15 and 8B. RGB value is (204,21,139). Sum of RGB (Red+Green+Blue) = 204+21+139=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC158B is #33EA74. Grayscale: #585858. Windows color (decimal): -3402357 or 9115084. OLE color: 9115084.

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

Color convert

RGB 204 21 139 -
CMYK 0 0.90 0.32 0.2
HSL 321.31º 0.81% 0.44% -
HSV(B) 321.31º 0.9% 0.8% -
XYZ 29.83 15.24 25.8 -
YUV 89.17 156.13 209.91 -
System Red Green Blue C M Y K H S L
Decimal 204 21 139 0 0.90 0.32 0.2 321.31 0.81 0.44
Hex CC 15 8B 0 5A 20 14 141 51 2C
Octal 314 25 213 0 132 40 24 501 121 54
Binary 11001100 10101 10001011 0 1011010 100000 10100 101000001 1010001 101100

Color Harmonies of #CC158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC158B

Black with #CC158B

Text Example


Text Example

White with #CC158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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