Html Css Color HEX #CC3D8B Mulberry

📋 copy color: '#CC3D8B'

red 204 ◦ green 61 ◦ blue 139

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

Shades of Mulberry #CC3D8B

Tints of Mulberry #CC3D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.41%

R = 50.5%
G = 15.1%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC3D8B (or 0xCC3D8B) is known color: Mulberry. HEX triplet: CC, 3D and 8B. RGB value is (204,61,139). Sum of RGB (Red+Green+Blue) = 204+61+139=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3D8B is #33C274. Grayscale: #707070. Windows color (decimal): -3392117 or 9125324. OLE color: 9125324.

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

Color convert

RGB 204 61 139 -
CMYK 0 0.70 0.32 0.2
HSL 327.27º 0.58% 0.52% -
HSV(B) 327.27º 0.7% 0.8% -
XYZ 31.23 18.04 26.26 -
YUV 112.65 142.88 193.16 -
System Red Green Blue C M Y K H S L
Decimal 204 61 139 0 0.70 0.32 0.2 327.27 0.58 0.52
Hex CC 3D 8B 0 46 20 14 147 3A 34
Octal 314 75 213 0 106 40 24 507 72 64
Binary 11001100 111101 10001011 0 1000110 100000 10100 101000111 111010 110100

Color Harmonies of #CC3D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3D8B

Black with #CC3D8B

Text Example


Text Example

White with #CC3D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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