Html Css Color HEX #CC428E Mulberry

📋 copy color: '#CC428E'

red 204 ◦ green 66 ◦ blue 142

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

Shades of Mulberry #CC428E

Tints of Mulberry #CC428E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.02%

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 49.51%
G = 16.02%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC428E (or 0xCC428E) is known color: Mulberry. HEX triplet: CC, 42 and 8E. RGB value is (204,66,142). Sum of RGB (Red+Green+Blue) = 204+66+142=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC428E is #33BD71. Grayscale: #737373. Windows color (decimal): -3390834 or 9323212. OLE color: 9323212.

HSL color Cylindrical-coordinate representation of color #CC428E: hue angle of 326.96º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC428E is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 142 -
CMYK 0 0.68 0.30 0.2
HSL 326.96º 0.58% 0.53% -
HSV(B) 326.96º 0.68% 0.8% -
XYZ 31.73 18.69 27.53 -
YUV 115.93 142.72 190.82 -
System Red Green Blue C M Y K H S L
Decimal 204 66 142 0 0.68 0.30 0.2 326.96 0.58 0.53
Hex CC 42 8E 0 44 1E 14 147 3A 35
Octal 314 102 216 0 104 36 24 507 72 65
Binary 11001100 1000010 10001110 0 1000100 11110 10100 101000111 111010 110101

Color Harmonies of #CC428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC428E

Black with #CC428E

Text Example


Text Example

White with #CC428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC428E; }

 p { color: rgb(204,66,142); }

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

background-color css

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

 a { background-color: rgb(204,66,142); }

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

border-color css

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

 span { border-color: rgb(204,66,142); }

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