Html Css Color HEX #CC1CAD Medium Violet Red

📋 copy color: '#CC1CAD'

red 204 ◦ green 28 ◦ blue 173

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

Shades of Medium Violet Red #CC1CAD

Tints of Medium Violet Red #CC1CAD

RGB

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

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

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

R = 50.37%
G = 6.91%
B = 42.72%

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

#CC1CAD (or 0xCC1CAD) is known color: Medium Violet Red. HEX triplet: CC, 1C and AD. RGB value is (204,28,173). Sum of RGB (Red+Green+Blue) = 204+28+173=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1CAD is #33E352. Grayscale: #606060. Windows color (decimal): -3400531 or 11345100. OLE color: 11345100.

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

Color convert

RGB 204 28 173 -
CMYK 0 0.86 0.15 0.2
HSL 310.57º 0.76% 0.45% -
HSV(B) 310.57º 0.86% 0.8% -
XYZ 32.86 16.69 41.02 -
YUV 97.15 170.81 204.21 -
System Red Green Blue C M Y K H S L
Decimal 204 28 173 0 0.86 0.15 0.2 310.57 0.76 0.45
Hex CC 1C AD 0 56 F 14 137 4C 2D
Octal 314 34 255 0 126 17 24 467 114 55
Binary 11001100 11100 10101101 0 1010110 1111 10100 100110111 1001100 101101

Color Harmonies of #CC1CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CAD

Black with #CC1CAD

Text Example


Text Example

White with #CC1CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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