Html Css Color HEX #CC1486 Medium Violet Red

📋 copy color: '#CC1486'

red 204 ◦ green 20 ◦ blue 134

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

Shades of Medium Violet Red #CC1486

Tints of Medium Violet Red #CC1486

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.59%

 BLUE value IS 134 (52.73% from 255) = 37.43%

R = 56.98%
G = 5.59%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC1486 (or 0xCC1486) is known color: Medium Violet Red. HEX triplet: CC, 14 and 86. RGB value is (204,20,134). Sum of RGB (Red+Green+Blue) = 204+20+134=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1486 is #33EB79. Grayscale: #575757. Windows color (decimal): -3402618 or 8787148. OLE color: 8787148.

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

Color convert

RGB 204 20 134 -
CMYK 0 0.90 0.34 0.2
HSL 322.83º 0.82% 0.44% -
HSV(B) 322.83º 0.9% 0.8% -
XYZ 29.46 15.06 23.91 -
YUV 88.01 153.96 210.73 -
System Red Green Blue C M Y K H S L
Decimal 204 20 134 0 0.90 0.34 0.2 322.83 0.82 0.44
Hex CC 14 86 0 5A 22 14 143 52 2C
Octal 314 24 206 0 132 42 24 503 122 54
Binary 11001100 10100 10000110 0 1011010 100010 10100 101000011 1010010 101100

Color Harmonies of #CC1486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1486

Black with #CC1486

Text Example


Text Example

White with #CC1486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1486; }

 p { color: rgb(204,20,134); }

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

background-color css

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

 a { background-color: rgb(204,20,134); }

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

border-color css

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

 span { border-color: rgb(204,20,134); }

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