Html Css Color HEX #CC3C9B Mulberry

📋 copy color: '#CC3C9B'

red 204 ◦ green 60 ◦ blue 155

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

Shades of Mulberry #CC3C9B

Tints of Mulberry #CC3C9B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.32%

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

R = 48.69%
G = 14.32%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC3C9B (or 0xCC3C9B) is known color: Mulberry. HEX triplet: CC, 3C and 9B. RGB value is (204,60,155). Sum of RGB (Red+Green+Blue) = 204+60+155=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3C9B is #33C364. Grayscale: #717171. Windows color (decimal): -3392357 or 10173644. OLE color: 10173644.

HSL color Cylindrical-coordinate representation of color #CC3C9B: hue angle of 320.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC3C9B is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 60 155 -
CMYK 0 0.71 0.24 0.2
HSL 320.42º 0.59% 0.52% -
HSV(B) 320.42º 0.71% 0.8% -
XYZ 32.43 18.44 32.86 -
YUV 113.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 204 60 155 0 0.71 0.24 0.2 320.42 0.59 0.52
Hex CC 3C 9B 0 47 18 14 140 3B 34
Octal 314 74 233 0 107 30 24 500 73 64
Binary 11001100 111100 10011011 0 1000111 11000 10100 101000000 111011 110100

Color Harmonies of #CC3C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3C9B

Black with #CC3C9B

Text Example


Text Example

White with #CC3C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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