Html Css Color HEX #CC379F Mulberry

📋 copy color: '#CC379F'

red 204 ◦ green 55 ◦ blue 159

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

Shades of Mulberry #CC379F

Tints of Mulberry #CC379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.16%

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 48.8%
G = 13.16%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC379F (or 0xCC379F) is known color: Mulberry. HEX triplet: CC, 37 and 9F. RGB value is (204,55,159). Sum of RGB (Red+Green+Blue) = 204+55+159=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC379F is #33C860. Grayscale: #6F6F6F. Windows color (decimal): -3393633 or 10434508. OLE color: 10434508.

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

Color convert

RGB 204 55 159 -
CMYK 0 0.73 0.22 0.2
HSL 318.12º 0.59% 0.51% -
HSV(B) 318.12º 0.73% 0.8% -
XYZ 32.53 18.07 34.58 -
YUV 111.41 154.86 194.04 -
System Red Green Blue C M Y K H S L
Decimal 204 55 159 0 0.73 0.22 0.2 318.12 0.59 0.51
Hex CC 37 9F 0 49 16 14 13E 3B 33
Octal 314 67 237 0 111 26 24 476 73 63
Binary 11001100 110111 10011111 0 1001001 10110 10100 100111110 111011 110011

Color Harmonies of #CC379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC379F

Black with #CC379F

Text Example


Text Example

White with #CC379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC379F; }

 p { color: rgb(204,55,159); }

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

background-color css

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

 a { background-color: rgb(204,55,159); }

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

border-color css

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

 span { border-color: rgb(204,55,159); }

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