Html Css Color HEX #CC1881 Medium Violet Red

📋 copy color: '#CC1881'

red 204 ◦ green 24 ◦ blue 129

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

Shades of Medium Violet Red #CC1881

Tints of Medium Violet Red #CC1881

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.72%

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

R = 57.14%
G = 6.72%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC1881 (or 0xCC1881) is known color: Medium Violet Red. HEX triplet: CC, 18 and 81. RGB value is (204,24,129). Sum of RGB (Red+Green+Blue) = 204+24+129=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1881 is #33E77E. Grayscale: #595959. Windows color (decimal): -3401599 or 8460492. OLE color: 8460492.

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

Color convert

RGB 204 24 129 -
CMYK 0 0.88 0.37 0.2
HSL 325º 0.79% 0.45% -
HSV(B) 325º 0.88% 0.8% -
XYZ 29.19 15.08 22.14 -
YUV 89.79 150.13 209.46 -
System Red Green Blue C M Y K H S L
Decimal 204 24 129 0 0.88 0.37 0.2 325 0.79 0.45
Hex CC 18 81 0 58 25 14 145 4F 2D
Octal 314 30 201 0 130 45 24 505 117 55
Binary 11001100 11000 10000001 0 1011000 100101 10100 101000101 1001111 101101

Color Harmonies of #CC1881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1881

Black with #CC1881

Text Example


Text Example

White with #CC1881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1881; }

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

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

background-color css

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

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

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

border-color css

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

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

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