Html Css Color HEX #CC1671 Medium Violet Red

📋 copy color: '#CC1671'

red 204 ◦ green 22 ◦ blue 113

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

Shades of Medium Violet Red #CC1671

Tints of Medium Violet Red #CC1671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.49%

 BLUE value IS 113 (44.53% from 255) = 33.33%

R = 60.18%
G = 6.49%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC1671 (or 0xCC1671) is known color: Medium Violet Red. HEX triplet: CC, 16 and 71. RGB value is (204,22,113). Sum of RGB (Red+Green+Blue) = 204+22+113=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1671 is #33E98E. Grayscale: #565656. Windows color (decimal): -3402127 or 7411404. OLE color: 7411404.

HSL color Cylindrical-coordinate representation of color #CC1671: hue angle of 330º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1671 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 113 -
CMYK 0 0.89 0.45 0.2
HSL 330º 0.81% 0.44% -
HSV(B) 330º 0.89% 0.8% -
XYZ 28.17 14.6 16.96 -
YUV 86.79 142.8 211.6 -
System Red Green Blue C M Y K H S L
Decimal 204 22 113 0 0.89 0.45 0.2 330 0.81 0.44
Hex CC 16 71 0 59 2D 14 14A 51 2C
Octal 314 26 161 0 131 55 24 512 121 54
Binary 11001100 10110 1110001 0 1011001 101101 10100 101001010 1010001 101100

Color Harmonies of #CC1671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1671

Black with #CC1671

Text Example


Text Example

White with #CC1671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1671; }

 p { color: rgb(204,22,113); }

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

background-color css

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

 a { background-color: rgb(204,22,113); }

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

border-color css

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

 span { border-color: rgb(204,22,113); }

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