Html Css Color HEX #CC3D8C Mulberry

📋 copy color: '#CC3D8C'

red 204 ◦ green 61 ◦ blue 140

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

Shades of Mulberry #CC3D8C

Tints of Mulberry #CC3D8C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.06%

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 50.37%
G = 15.06%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC3D8C (or 0xCC3D8C) is known color: Mulberry. HEX triplet: CC, 3D and 8C. RGB value is (204,61,140). Sum of RGB (Red+Green+Blue) = 204+61+140=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3D8C is #33C273. Grayscale: #707070. Windows color (decimal): -3392116 or 9190860. OLE color: 9190860.

HSL color Cylindrical-coordinate representation of color #CC3D8C: hue angle of 326.85º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3D8C is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 61 140 -
CMYK 0 0.70 0.31 0.2
HSL 326.85º 0.58% 0.52% -
HSV(B) 326.85º 0.7% 0.8% -
XYZ 31.3 18.07 26.65 -
YUV 112.76 143.38 193.08 -
System Red Green Blue C M Y K H S L
Decimal 204 61 140 0 0.70 0.31 0.2 326.85 0.58 0.52
Hex CC 3D 8C 0 46 1F 14 147 3A 34
Octal 314 75 214 0 106 37 24 507 72 64
Binary 11001100 111101 10001100 0 1000110 11111 10100 101000111 111010 110100

Color Harmonies of #CC3D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3D8C

Black with #CC3D8C

Text Example


Text Example

White with #CC3D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3D8C; }

 p { color: rgb(204,61,140); }

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

background-color css

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

 a { background-color: rgb(204,61,140); }

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

border-color css

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

 span { border-color: rgb(204,61,140); }

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