Html Css Color HEX #CC1496 Medium Violet Red

📋 copy color: '#CC1496'

red 204 ◦ green 20 ◦ blue 150

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

Shades of Medium Violet Red #CC1496

Tints of Medium Violet Red #CC1496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.11%

R = 54.55%
G = 5.35%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC1496 (or 0xCC1496) is known color: Medium Violet Red. HEX triplet: CC, 14 and 96. RGB value is (204,20,150). Sum of RGB (Red+Green+Blue) = 204+20+150=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1496 is #33EB69. Grayscale: #595959. Windows color (decimal): -3402602 or 9835724. OLE color: 9835724.

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

Color convert

RGB 204 20 150 -
CMYK 0 0.90 0.26 0.2
HSL 317.61º 0.82% 0.44% -
HSV(B) 317.61º 0.9% 0.8% -
XYZ 30.66 15.54 30.24 -
YUV 89.84 161.96 209.43 -
System Red Green Blue C M Y K H S L
Decimal 204 20 150 0 0.90 0.26 0.2 317.61 0.82 0.44
Hex CC 14 96 0 5A 1A 14 13E 52 2C
Octal 314 24 226 0 132 32 24 476 122 54
Binary 11001100 10100 10010110 0 1011010 11010 10100 100111110 1010010 101100

Color Harmonies of #CC1496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1496

Black with #CC1496

Text Example


Text Example

White with #CC1496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1496; }

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

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

background-color css

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

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

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

border-color css

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

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

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