Html Css Color HEX #CC139A Medium Violet Red

📋 copy color: '#CC139A'

red 204 ◦ green 19 ◦ blue 154

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

Shades of Medium Violet Red #CC139A

Tints of Medium Violet Red #CC139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 54.11%
G = 5.04%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC139A (or 0xCC139A) is known color: Medium Violet Red. HEX triplet: CC, 13 and 9A. RGB value is (204,19,154). Sum of RGB (Red+Green+Blue) = 204+19+154=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC139A is #33EC65. Grayscale: #595959. Windows color (decimal): -3402854 or 10097612. OLE color: 10097612.

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

Color convert

RGB 204 19 154 -
CMYK 0 0.91 0.25 0.2
HSL 316.22º 0.83% 0.44% -
HSV(B) 316.22º 0.91% 0.8% -
XYZ 30.97 15.64 31.96 -
YUV 89.71 164.29 209.52 -
System Red Green Blue C M Y K H S L
Decimal 204 19 154 0 0.91 0.25 0.2 316.22 0.83 0.44
Hex CC 13 9A 0 5B 19 14 13C 53 2C
Octal 314 23 232 0 133 31 24 474 123 54
Binary 11001100 10011 10011010 0 1011011 11001 10100 100111100 1010011 101100

Color Harmonies of #CC139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC139A

Black with #CC139A

Text Example


Text Example

White with #CC139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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