Html Css Color HEX #CC2681 Medium Violet Red

📋 copy color: '#CC2681'

red 204 ◦ green 38 ◦ blue 129

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

Shades of Medium Violet Red #CC2681

Tints of Medium Violet Red #CC2681

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.24%

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

R = 54.99%
G = 10.24%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC2681 (or 0xCC2681) is known color: Medium Violet Red. HEX triplet: CC, 26 and 81. RGB value is (204,38,129). Sum of RGB (Red+Green+Blue) = 204+38+129=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2681 is #33D97E. Grayscale: #616161. Windows color (decimal): -3398015 or 8464076. OLE color: 8464076.

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

Color convert

RGB 204 38 129 -
CMYK 0 0.81 0.37 0.2
HSL 327.11º 0.69% 0.47% -
HSV(B) 327.11º 0.81% 0.8% -
XYZ 29.56 15.81 22.26 -
YUV 98.01 145.5 203.6 -
System Red Green Blue C M Y K H S L
Decimal 204 38 129 0 0.81 0.37 0.2 327.11 0.69 0.47
Hex CC 26 81 0 51 25 14 147 45 2F
Octal 314 46 201 0 121 45 24 507 105 57
Binary 11001100 100110 10000001 0 1010001 100101 10100 101000111 1000101 101111

Color Harmonies of #CC2681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2681

Black with #CC2681

Text Example


Text Example

White with #CC2681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2681; }

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

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

background-color css

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

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

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

border-color css

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

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

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