Html Css Color HEX #CC1CAC Medium Violet Red

📋 copy color: '#CC1CAC'

red 204 ◦ green 28 ◦ blue 172

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

Shades of Medium Violet Red #CC1CAC

Tints of Medium Violet Red #CC1CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 50.5%
G = 6.93%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC1CAC (or 0xCC1CAC) is known color: Medium Violet Red. HEX triplet: CC, 1C and AC. RGB value is (204,28,172). Sum of RGB (Red+Green+Blue) = 204+28+172=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1CAC is #33E353. Grayscale: #606060. Windows color (decimal): -3400532 or 11279564. OLE color: 11279564.

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

Color convert

RGB 204 28 172 -
CMYK 0 0.86 0.16 0.2
HSL 310.91º 0.76% 0.45% -
HSV(B) 310.91º 0.86% 0.8% -
XYZ 32.76 16.65 40.52 -
YUV 97.04 170.31 204.29 -
System Red Green Blue C M Y K H S L
Decimal 204 28 172 0 0.86 0.16 0.2 310.91 0.76 0.45
Hex CC 1C AC 0 56 10 14 137 4C 2D
Octal 314 34 254 0 126 20 24 467 114 55
Binary 11001100 11100 10101100 0 1010110 10000 10100 100110111 1001100 101101

Color Harmonies of #CC1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CAC

Black with #CC1CAC

Text Example


Text Example

White with #CC1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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