Html Css Color HEX #CC1690 Medium Violet Red

📋 copy color: '#CC1690'

red 204 ◦ green 22 ◦ blue 144

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

Shades of Medium Violet Red #CC1690

Tints of Medium Violet Red #CC1690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.95%

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

R = 55.14%
G = 5.95%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC1690 (or 0xCC1690) is known color: Medium Violet Red. HEX triplet: CC, 16 and 90. RGB value is (204,22,144). Sum of RGB (Red+Green+Blue) = 204+22+144=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1690 is #33E96F. Grayscale: #5A5A5A. Windows color (decimal): -3402096 or 9443020. OLE color: 9443020.

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

Color convert

RGB 204 22 144 -
CMYK 0 0.89 0.29 0.2
HSL 319.78º 0.81% 0.44% -
HSV(B) 319.78º 0.89% 0.8% -
XYZ 30.22 15.42 27.77 -
YUV 90.33 158.3 209.08 -
System Red Green Blue C M Y K H S L
Decimal 204 22 144 0 0.89 0.29 0.2 319.78 0.81 0.44
Hex CC 16 90 0 59 1D 14 140 51 2C
Octal 314 26 220 0 131 35 24 500 121 54
Binary 11001100 10110 10010000 0 1011001 11101 10100 101000000 1010001 101100

Color Harmonies of #CC1690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1690

Black with #CC1690

Text Example


Text Example

White with #CC1690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1690; }

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

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

background-color css

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

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

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

border-color css

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

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

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