Html Css Color HEX #CC1681 Medium Violet Red

📋 copy color: '#CC1681'

red 204 ◦ green 22 ◦ blue 129

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

Shades of Medium Violet Red #CC1681

Tints of Medium Violet Red #CC1681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 57.46%
G = 6.2%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC1681 (or 0xCC1681) is known color: Medium Violet Red. HEX triplet: CC, 16 and 81. RGB value is (204,22,129). Sum of RGB (Red+Green+Blue) = 204+22+129=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1681 is #33E97E. Grayscale: #585858. Windows color (decimal): -3402111 or 8459980. OLE color: 8459980.

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

Color convert

RGB 204 22 129 -
CMYK 0 0.89 0.37 0.2
HSL 324.73º 0.81% 0.44% -
HSV(B) 324.73º 0.89% 0.8% -
XYZ 29.15 15 22.13 -
YUV 88.62 150.8 210.3 -
System Red Green Blue C M Y K H S L
Decimal 204 22 129 0 0.89 0.37 0.2 324.73 0.81 0.44
Hex CC 16 81 0 59 25 14 145 51 2C
Octal 314 26 201 0 131 45 24 505 121 54
Binary 11001100 10110 10000001 0 1011001 100101 10100 101000101 1010001 101100

Color Harmonies of #CC1681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1681

Black with #CC1681

Text Example


Text Example

White with #CC1681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1681; }

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

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

background-color css

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

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

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

border-color css

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

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

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