Html Css Color HEX #CC429A Mulberry

📋 copy color: '#CC429A'

red 204 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #CC429A

Tints of Mulberry #CC429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.32%

R = 48.11%
G = 15.57%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC429A (or 0xCC429A) is known color: Mulberry. HEX triplet: CC, 42 and 9A. RGB value is (204,66,154). Sum of RGB (Red+Green+Blue) = 204+66+154=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC429A is #33BD65. Grayscale: #757575. Windows color (decimal): -3390822 or 10109644. OLE color: 10109644.

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

Color convert

RGB 204 66 154 -
CMYK 0 0.68 0.25 0.2
HSL 321.74º 0.58% 0.53% -
HSV(B) 321.74º 0.68% 0.8% -
XYZ 32.68 19.07 32.53 -
YUV 117.29 148.72 189.84 -
System Red Green Blue C M Y K H S L
Decimal 204 66 154 0 0.68 0.25 0.2 321.74 0.58 0.53
Hex CC 42 9A 0 44 19 14 142 3A 35
Octal 314 102 232 0 104 31 24 502 72 65
Binary 11001100 1000010 10011010 0 1000100 11001 10100 101000010 111010 110101

Color Harmonies of #CC429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC429A

Black with #CC429A

Text Example


Text Example

White with #CC429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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