Html Css Color HEX #CC139D Medium Violet Red

📋 copy color: '#CC139D'

red 204 ◦ green 19 ◦ blue 157

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

Shades of Medium Violet Red #CC139D

Tints of Medium Violet Red #CC139D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 53.68%
G = 5%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC139D (or 0xCC139D) is known color: Medium Violet Red. HEX triplet: CC, 13 and 9D. RGB value is (204,19,157). Sum of RGB (Red+Green+Blue) = 204+19+157=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC139D is #33EC62. Grayscale: #595959. Windows color (decimal): -3402851 or 10294220. OLE color: 10294220.

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

Color convert

RGB 204 19 157 -
CMYK 0 0.91 0.23 0.2
HSL 315.24º 0.83% 0.44% -
HSV(B) 315.24º 0.91% 0.8% -
XYZ 31.22 15.74 33.29 -
YUV 90.05 165.79 209.28 -
System Red Green Blue C M Y K H S L
Decimal 204 19 157 0 0.91 0.23 0.2 315.24 0.83 0.44
Hex CC 13 9D 0 5B 17 14 13B 53 2C
Octal 314 23 235 0 133 27 24 473 123 54
Binary 11001100 10011 10011101 0 1011011 10111 10100 100111011 1010011 101100

Color Harmonies of #CC139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC139D

Black with #CC139D

Text Example


Text Example

White with #CC139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC139D; }

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

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

background-color css

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

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

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

border-color css

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

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

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