Html Css Color HEX #CC1390 Medium Violet Red

📋 copy color: '#CC1390'

red 204 ◦ green 19 ◦ blue 144

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

Shades of Medium Violet Red #CC1390

Tints of Medium Violet Red #CC1390

RGB

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

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

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

R = 55.59%
G = 5.18%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC1390 (or 0xCC1390) is known color: Medium Violet Red. HEX triplet: CC, 13 and 90. RGB value is (204,19,144). Sum of RGB (Red+Green+Blue) = 204+19+144=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1390 is #33EC6F. Grayscale: #585858. Windows color (decimal): -3402864 or 9442252. OLE color: 9442252.

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

Color convert

RGB 204 19 144 -
CMYK 0 0.91 0.29 0.2
HSL 319.46º 0.83% 0.44% -
HSV(B) 319.46º 0.91% 0.8% -
XYZ 30.17 15.32 27.75 -
YUV 88.57 159.29 210.34 -
System Red Green Blue C M Y K H S L
Decimal 204 19 144 0 0.91 0.29 0.2 319.46 0.83 0.44
Hex CC 13 90 0 5B 1D 14 13F 53 2C
Octal 314 23 220 0 133 35 24 477 123 54
Binary 11001100 10011 10010000 0 1011011 11101 10100 100111111 1010011 101100

Color Harmonies of #CC1390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1390

Black with #CC1390

Text Example


Text Example

White with #CC1390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1390; }

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

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

background-color css

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

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

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

border-color css

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

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

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