Html Css Color HEX #CC429B Mulberry

📋 copy color: '#CC429B'

red 204 ◦ green 66 ◦ blue 155

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

Shades of Mulberry #CC429B

Tints of Mulberry #CC429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.47%

R = 48%
G = 15.53%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC429B (or 0xCC429B) is known color: Mulberry. HEX triplet: CC, 42 and 9B. RGB value is (204,66,155). Sum of RGB (Red+Green+Blue) = 204+66+155=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC429B is #33BD64. Grayscale: #757575. Windows color (decimal): -3390821 or 10175180. OLE color: 10175180.

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

Color convert

RGB 204 66 155 -
CMYK 0 0.68 0.24 0.2
HSL 321.3º 0.58% 0.53% -
HSV(B) 321.3º 0.68% 0.8% -
XYZ 32.77 19.1 32.97 -
YUV 117.41 149.22 189.76 -
System Red Green Blue C M Y K H S L
Decimal 204 66 155 0 0.68 0.24 0.2 321.3 0.58 0.53
Hex CC 42 9B 0 44 18 14 141 3A 35
Octal 314 102 233 0 104 30 24 501 72 65
Binary 11001100 1000010 10011011 0 1000100 11000 10100 101000001 111010 110101

Color Harmonies of #CC429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC429B

Black with #CC429B

Text Example


Text Example

White with #CC429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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