Html Css Color HEX #CC1C9C Medium Violet Red

📋 copy color: '#CC1C9C'

red 204 ◦ green 28 ◦ blue 156

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

Shades of Medium Violet Red #CC1C9C

Tints of Medium Violet Red #CC1C9C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.22%

 BLUE value IS 156 (61.33% from 255) = 40.21%

R = 52.58%
G = 7.22%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC1C9C (or 0xCC1C9C) is known color: Medium Violet Red. HEX triplet: CC, 1C and 9C. RGB value is (204,28,156). Sum of RGB (Red+Green+Blue) = 204+28+156=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1C9C is #33E363. Grayscale: #5E5E5E. Windows color (decimal): -3400548 or 10230988. OLE color: 10230988.

HSL color Cylindrical-coordinate representation of color #CC1C9C: hue angle of 316.36º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1C9C is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 28 156 -
CMYK 0 0.86 0.24 0.2
HSL 316.36º 0.76% 0.45% -
HSV(B) 316.36º 0.86% 0.8% -
XYZ 31.32 16.07 32.9 -
YUV 95.22 162.31 205.59 -
System Red Green Blue C M Y K H S L
Decimal 204 28 156 0 0.86 0.24 0.2 316.36 0.76 0.45
Hex CC 1C 9C 0 56 18 14 13C 4C 2D
Octal 314 34 234 0 126 30 24 474 114 55
Binary 11001100 11100 10011100 0 1010110 11000 10100 100111100 1001100 101101

Color Harmonies of #CC1C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1C9C

Black with #CC1C9C

Text Example


Text Example

White with #CC1C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1C9C; }

 p { color: rgb(204,28,156); }

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

background-color css

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

 a { background-color: rgb(204,28,156); }

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

border-color css

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

 span { border-color: rgb(204,28,156); }

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