Html Css Color HEX #CC1090 Medium Violet Red

📋 copy color: '#CC1090'

red 204 ◦ green 16 ◦ blue 144

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

Shades of Medium Violet Red #CC1090

Tints of Medium Violet Red #CC1090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.4%

 BLUE value IS 144 (56.64% from 255) = 39.56%

R = 56.04%
G = 4.4%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC1090 (or 0xCC1090) is known color: Medium Violet Red. HEX triplet: CC, 10 and 90. RGB value is (204,16,144). Sum of RGB (Red+Green+Blue) = 204+16+144=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1090 is #33EF6F. Grayscale: #565656. Windows color (decimal): -3403632 or 9441484. OLE color: 9441484.

HSL color Cylindrical-coordinate representation of color #CC1090: hue angle of 319.15º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1090 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 16 144 -
CMYK 0 0.92 0.29 0.2
HSL 319.15º 0.85% 0.43% -
HSV(B) 319.15º 0.92% 0.8% -
XYZ 30.12 15.22 27.74 -
YUV 86.8 160.28 211.59 -
System Red Green Blue C M Y K H S L
Decimal 204 16 144 0 0.92 0.29 0.2 319.15 0.85 0.43
Hex CC 10 90 0 5C 1D 14 13F 55 2B
Octal 314 20 220 0 134 35 24 477 125 53
Binary 11001100 10000 10010000 0 1011100 11101 10100 100111111 1010101 101011

Color Harmonies of #CC1090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1090

Black with #CC1090

Text Example


Text Example

White with #CC1090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1090; }

 p { color: rgb(204,16,144); }

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

background-color css

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

 a { background-color: rgb(204,16,144); }

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

border-color css

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

 span { border-color: rgb(204,16,144); }

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