Html Css Color HEX #CC1FAC Medium Violet Red

📋 copy color: '#CC1FAC'

red 204 ◦ green 31 ◦ blue 172

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

Shades of Medium Violet Red #CC1FAC

Tints of Medium Violet Red #CC1FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.62%

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

R = 50.12%
G = 7.62%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC1FAC (or 0xCC1FAC) is known color: Medium Violet Red. HEX triplet: CC, 1F and AC. RGB value is (204,31,172). Sum of RGB (Red+Green+Blue) = 204+31+172=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1FAC is #33E053. Grayscale: #626262. Windows color (decimal): -3399764 or 11280332. OLE color: 11280332.

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

Color convert

RGB 204 31 172 -
CMYK 0 0.85 0.16 0.2
HSL 311.1º 0.74% 0.46% -
HSV(B) 311.1º 0.85% 0.8% -
XYZ 32.84 16.8 40.54 -
YUV 98.8 169.31 203.04 -
System Red Green Blue C M Y K H S L
Decimal 204 31 172 0 0.85 0.16 0.2 311.1 0.74 0.46
Hex CC 1F AC 0 55 10 14 137 4A 2E
Octal 314 37 254 0 125 20 24 467 112 56
Binary 11001100 11111 10101100 0 1010101 10000 10100 100110111 1001010 101110

Color Harmonies of #CC1FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FAC

Black with #CC1FAC

Text Example


Text Example

White with #CC1FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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