Html Css Color HEX #CC056F Medium Violet Red

📋 copy color: '#CC056F'

red 204 ◦ green 5 ◦ blue 111

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

Shades of Medium Violet Red #CC056F

Tints of Medium Violet Red #CC056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 63.75%
G = 1.56%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC056F (or 0xCC056F) is known color: Medium Violet Red. HEX triplet: CC, 05 and 6F. RGB value is (204,5,111). Sum of RGB (Red+Green+Blue) = 204+5+111=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC056F is #33FA90. Grayscale: #4C4C4C. Windows color (decimal): -3406481 or 7275980. OLE color: 7275980.

HSL color Cylindrical-coordinate representation of color #CC056F: hue angle of 328.04º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC056F is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 5 111 -
CMYK 0 0.98 0.46 0.2
HSL 328.04º 0.95% 0.41% -
HSV(B) 328.04º 0.98% 0.8% -
XYZ 27.83 14.09 16.29 -
YUV 76.59 147.43 218.88 -
System Red Green Blue C M Y K H S L
Decimal 204 5 111 0 0.98 0.46 0.2 328.04 0.95 0.41
Hex CC 5 6F 0 62 2E 14 148 5F 29
Octal 314 5 157 0 142 56 24 510 137 51
Binary 11001100 101 1101111 0 1100010 101110 10100 101001000 1011111 101001

Color Harmonies of #CC056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC056F

Black with #CC056F

Text Example


Text Example

White with #CC056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC056F; }

 p { color: rgb(204,5,111); }

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

background-color css

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

 a { background-color: rgb(204,5,111); }

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

border-color css

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

 span { border-color: rgb(204,5,111); }

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