Html Css Color HEX #CC1280 Medium Violet Red

📋 copy color: '#CC1280'

red 204 ◦ green 18 ◦ blue 128

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

Shades of Medium Violet Red #CC1280

Tints of Medium Violet Red #CC1280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

 BLUE value IS 128 (50.39% from 255) = 36.57%

R = 58.29%
G = 5.14%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC1280 (or 0xCC1280) is known color: Medium Violet Red. HEX triplet: CC, 12 and 80. RGB value is (204,18,128). Sum of RGB (Red+Green+Blue) = 204+18+128=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1280 is #33ED7F. Grayscale: #555555. Windows color (decimal): -3403136 or 8393420. OLE color: 8393420.

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

Color convert

RGB 204 18 128 -
CMYK 0 0.91 0.37 0.2
HSL 324.52º 0.84% 0.44% -
HSV(B) 324.52º 0.91% 0.8% -
XYZ 29.01 14.83 21.76 -
YUV 86.15 151.62 212.06 -
System Red Green Blue C M Y K H S L
Decimal 204 18 128 0 0.91 0.37 0.2 324.52 0.84 0.44
Hex CC 12 80 0 5B 25 14 145 54 2C
Octal 314 22 200 0 133 45 24 505 124 54
Binary 11001100 10010 10000000 0 1011011 100101 10100 101000101 1010100 101100

Color Harmonies of #CC1280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1280

Black with #CC1280

Text Example


Text Example

White with #CC1280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1280; }

 p { color: rgb(204,18,128); }

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

background-color css

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

 a { background-color: rgb(204,18,128); }

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

border-color css

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

 span { border-color: rgb(204,18,128); }

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