Html Css Color HEX #CC3F96 Mulberry

📋 copy color: '#CC3F96'

red 204 ◦ green 63 ◦ blue 150

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

Shades of Mulberry #CC3F96

Tints of Mulberry #CC3F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 48.92%
G = 15.11%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC3F96 (or 0xCC3F96) is known color: Mulberry. HEX triplet: CC, 3F and 96. RGB value is (204,63,150). Sum of RGB (Red+Green+Blue) = 204+63+150=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3F96 is #33C069. Grayscale: #727272. Windows color (decimal): -3391594 or 9846732. OLE color: 9846732.

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

Color convert

RGB 204 63 150 -
CMYK 0 0.69 0.26 0.2
HSL 322.98º 0.58% 0.52% -
HSV(B) 322.98º 0.69% 0.8% -
XYZ 32.18 18.59 30.75 -
YUV 115.08 147.71 191.43 -
System Red Green Blue C M Y K H S L
Decimal 204 63 150 0 0.69 0.26 0.2 322.98 0.58 0.52
Hex CC 3F 96 0 45 1A 14 143 3A 34
Octal 314 77 226 0 105 32 24 503 72 64
Binary 11001100 111111 10010110 0 1000101 11010 10100 101000011 111010 110100

Color Harmonies of #CC3F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F96

Black with #CC3F96

Text Example


Text Example

White with #CC3F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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