Html Css Color HEX #CC139C Medium Violet Red

📋 copy color: '#CC139C'

red 204 ◦ green 19 ◦ blue 156

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

Shades of Medium Violet Red #CC139C

Tints of Medium Violet Red #CC139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.01%

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 53.83%
G = 5.01%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC139C (or 0xCC139C) is known color: Medium Violet Red. HEX triplet: CC, 13 and 9C. RGB value is (204,19,156). Sum of RGB (Red+Green+Blue) = 204+19+156=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC139C is #33EC63. Grayscale: #595959. Windows color (decimal): -3402852 or 10228684. OLE color: 10228684.

HSL color Cylindrical-coordinate representation of color #CC139C: hue angle of 315.57º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC139C is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 19 156 -
CMYK 0 0.91 0.24 0.2
HSL 315.57º 0.83% 0.44% -
HSV(B) 315.57º 0.91% 0.8% -
XYZ 31.14 15.7 32.84 -
YUV 89.93 165.29 209.36 -
System Red Green Blue C M Y K H S L
Decimal 204 19 156 0 0.91 0.24 0.2 315.57 0.83 0.44
Hex CC 13 9C 0 5B 18 14 13C 53 2C
Octal 314 23 234 0 133 30 24 474 123 54
Binary 11001100 10011 10011100 0 1011011 11000 10100 100111100 1010011 101100

Color Harmonies of #CC139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC139C

Black with #CC139C

Text Example


Text Example

White with #CC139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC139C; }

 p { color: rgb(204,19,156); }

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

background-color css

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

 a { background-color: rgb(204,19,156); }

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

border-color css

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

 span { border-color: rgb(204,19,156); }

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