Html Css Color HEX #CC1FAB Medium Violet Red

📋 copy color: '#CC1FAB'

red 204 ◦ green 31 ◦ blue 171

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

Shades of Medium Violet Red #CC1FAB

Tints of Medium Violet Red #CC1FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 50.25%
G = 7.64%
B = 42.12%

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

#CC1FAB (or 0xCC1FAB) is known color: Medium Violet Red. HEX triplet: CC, 1F and AB. RGB value is (204,31,171). Sum of RGB (Red+Green+Blue) = 204+31+171=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1FAB is #33E054. Grayscale: #626262. Windows color (decimal): -3399765 or 11214796. OLE color: 11214796.

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

Color convert

RGB 204 31 171 -
CMYK 0 0.85 0.16 0.2
HSL 311.45º 0.74% 0.46% -
HSV(B) 311.45º 0.85% 0.8% -
XYZ 32.74 16.76 40.04 -
YUV 98.69 168.81 203.12 -
System Red Green Blue C M Y K H S L
Decimal 204 31 171 0 0.85 0.16 0.2 311.45 0.74 0.46
Hex CC 1F AB 0 55 10 14 137 4A 2E
Octal 314 37 253 0 125 20 24 467 112 56
Binary 11001100 11111 10101011 0 1010101 10000 10100 100110111 1001010 101110

Color Harmonies of #CC1FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FAB

Black with #CC1FAB

Text Example


Text Example

White with #CC1FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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