Html Css Color HEX #CC3F8D Mulberry

📋 copy color: '#CC3F8D'

red 204 ◦ green 63 ◦ blue 141

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

Shades of Mulberry #CC3F8D

Tints of Mulberry #CC3F8D

RGB

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

 GREEN value IS 63 (25% from 255) = 15.44%

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 50%
G = 15.44%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC3F8D (or 0xCC3F8D) is known color: Mulberry. HEX triplet: CC, 3F and 8D. RGB value is (204,63,141). Sum of RGB (Red+Green+Blue) = 204+63+141=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 63 (25% from 255 or 15.44% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3F8D is #33C072. Grayscale: #717171. Windows color (decimal): -3391603 or 9256908. OLE color: 9256908.

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

Color convert

RGB 204 63 141 -
CMYK 0 0.69 0.31 0.2
HSL 326.81º 0.58% 0.52% -
HSV(B) 326.81º 0.69% 0.8% -
XYZ 31.49 18.32 27.07 -
YUV 114.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 204 63 141 0 0.69 0.31 0.2 326.81 0.58 0.52
Hex CC 3F 8D 0 45 1F 14 147 3A 34
Octal 314 77 215 0 105 37 24 507 72 64
Binary 11001100 111111 10001101 0 1000101 11111 10100 101000111 111010 110100

Color Harmonies of #CC3F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F8D

Black with #CC3F8D

Text Example


Text Example

White with #CC3F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F8D; }

 p { color: rgb(204,63,141); }

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

background-color css

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

 a { background-color: rgb(204,63,141); }

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

border-color css

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

 span { border-color: rgb(204,63,141); }

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