Html Css Color HEX #CC1D9C Medium Violet Red

📋 copy color: '#CC1D9C'

red 204 ◦ green 29 ◦ blue 156

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

Shades of Medium Violet Red #CC1D9C

Tints of Medium Violet Red #CC1D9C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.46%

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

R = 52.44%
G = 7.46%
B = 40.1%

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

#CC1D9C (or 0xCC1D9C) is known color: Medium Violet Red. HEX triplet: CC, 1D and 9C. RGB value is (204,29,156). Sum of RGB (Red+Green+Blue) = 204+29+156=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1D9C is #33E263. Grayscale: #5F5F5F. Windows color (decimal): -3400292 or 10231244. OLE color: 10231244.

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

Color convert

RGB 204 29 156 -
CMYK 0 0.86 0.24 0.2
HSL 316.46º 0.75% 0.46% -
HSV(B) 316.46º 0.86% 0.8% -
XYZ 31.34 16.12 32.91 -
YUV 95.8 161.98 205.17 -
System Red Green Blue C M Y K H S L
Decimal 204 29 156 0 0.86 0.24 0.2 316.46 0.75 0.46
Hex CC 1D 9C 0 56 18 14 13C 4B 2E
Octal 314 35 234 0 126 30 24 474 113 56
Binary 11001100 11101 10011100 0 1010110 11000 10100 100111100 1001011 101110

Color Harmonies of #CC1D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1D9C

Black with #CC1D9C

Text Example


Text Example

White with #CC1D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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