Html Css Color HEX #CC1DAD Medium Violet Red

📋 copy color: '#CC1DAD'

red 204 ◦ green 29 ◦ blue 173

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

Shades of Medium Violet Red #CC1DAD

Tints of Medium Violet Red #CC1DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 50.25%
G = 7.14%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC1DAD (or 0xCC1DAD) is known color: Medium Violet Red. HEX triplet: CC, 1D and AD. RGB value is (204,29,173). Sum of RGB (Red+Green+Blue) = 204+29+173=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1DAD is #33E252. Grayscale: #616161. Windows color (decimal): -3400275 or 11345356. OLE color: 11345356.

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

Color convert

RGB 204 29 173 -
CMYK 0 0.86 0.15 0.2
HSL 310.63º 0.75% 0.46% -
HSV(B) 310.63º 0.86% 0.8% -
XYZ 32.88 16.73 41.03 -
YUV 97.74 170.48 203.79 -
System Red Green Blue C M Y K H S L
Decimal 204 29 173 0 0.86 0.15 0.2 310.63 0.75 0.46
Hex CC 1D AD 0 56 F 14 137 4B 2E
Octal 314 35 255 0 126 17 24 467 113 56
Binary 11001100 11101 10101101 0 1010110 1111 10100 100110111 1001011 101110

Color Harmonies of #CC1DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1DAD

Black with #CC1DAD

Text Example


Text Example

White with #CC1DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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