Html Css Color HEX #CC1670 Medium Violet Red

📋 copy color: '#CC1670'

red 204 ◦ green 22 ◦ blue 112

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

Shades of Medium Violet Red #CC1670

Tints of Medium Violet Red #CC1670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 60.36%
G = 6.51%
B = 33.14%

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

#CC1670 (or 0xCC1670) is known color: Medium Violet Red. HEX triplet: CC, 16 and 70. RGB value is (204,22,112). Sum of RGB (Red+Green+Blue) = 204+22+112=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1670 is #33E98F. Grayscale: #565656. Windows color (decimal): -3402128 or 7345868. OLE color: 7345868.

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

Color convert

RGB 204 22 112 -
CMYK 0 0.89 0.45 0.2
HSL 330.33º 0.81% 0.44% -
HSV(B) 330.33º 0.89% 0.8% -
XYZ 28.11 14.58 16.66 -
YUV 86.68 142.3 211.68 -
System Red Green Blue C M Y K H S L
Decimal 204 22 112 0 0.89 0.45 0.2 330.33 0.81 0.44
Hex CC 16 70 0 59 2D 14 14A 51 2C
Octal 314 26 160 0 131 55 24 512 121 54
Binary 11001100 10110 1110000 0 1011001 101101 10100 101001010 1010001 101100

Color Harmonies of #CC1670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1670

Black with #CC1670

Text Example


Text Example

White with #CC1670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1670; }

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

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

background-color css

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

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

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

border-color css

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

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

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