Html Css Color HEX #CC1399 Medium Violet Red

📋 copy color: '#CC1399'

red 204 ◦ green 19 ◦ blue 153

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

Shades of Medium Violet Red #CC1399

Tints of Medium Violet Red #CC1399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 54.26%
G = 5.05%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC1399 (or 0xCC1399) is known color: Medium Violet Red. HEX triplet: CC, 13 and 99. RGB value is (204,19,153). Sum of RGB (Red+Green+Blue) = 204+19+153=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1399 is #33EC66. Grayscale: #595959. Windows color (decimal): -3402855 or 10032076. OLE color: 10032076.

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

Color convert

RGB 204 19 153 -
CMYK 0 0.91 0.25 0.2
HSL 316.54º 0.83% 0.44% -
HSV(B) 316.54º 0.91% 0.8% -
XYZ 30.88 15.6 31.52 -
YUV 89.59 163.79 209.6 -
System Red Green Blue C M Y K H S L
Decimal 204 19 153 0 0.91 0.25 0.2 316.54 0.83 0.44
Hex CC 13 99 0 5B 19 14 13D 53 2C
Octal 314 23 231 0 133 31 24 475 123 54
Binary 11001100 10011 10011001 0 1011011 11001 10100 100111101 1010011 101100

Color Harmonies of #CC1399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1399

Black with #CC1399

Text Example


Text Example

White with #CC1399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1399; }

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

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

background-color css

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

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

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

border-color css

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

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

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