Html Css Color HEX #CC428F Mulberry

📋 copy color: '#CC428F'

red 204 ◦ green 66 ◦ blue 143

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

Shades of Mulberry #CC428F

Tints of Mulberry #CC428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.62%

R = 49.39%
G = 15.98%
B = 34.62%

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

#CC428F (or 0xCC428F) is known color: Mulberry. HEX triplet: CC, 42 and 8F. RGB value is (204,66,143). Sum of RGB (Red+Green+Blue) = 204+66+143=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC428F is #33BD70. Grayscale: #737373. Windows color (decimal): -3390833 or 9388748. OLE color: 9388748.

HSL color Cylindrical-coordinate representation of color #CC428F: hue angle of 326.52º 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 #CC428F is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 143 -
CMYK 0 0.68 0.30 0.2
HSL 326.52º 0.58% 0.53% -
HSV(B) 326.52º 0.68% 0.8% -
XYZ 31.81 18.72 27.92 -
YUV 116.04 143.22 190.74 -
System Red Green Blue C M Y K H S L
Decimal 204 66 143 0 0.68 0.30 0.2 326.52 0.58 0.53
Hex CC 42 8F 0 44 1E 14 147 3A 35
Octal 314 102 217 0 104 36 24 507 72 65
Binary 11001100 1000010 10001111 0 1000100 11110 10100 101000111 111010 110101

Color Harmonies of #CC428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC428F

Black with #CC428F

Text Example


Text Example

White with #CC428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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