Html Css Color HEX #CC4198 Mulberry

📋 copy color: '#CC4198'

red 204 ◦ green 65 ◦ blue 152

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

Shades of Mulberry #CC4198

Tints of Mulberry #CC4198

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.44%

 BLUE value IS 152 (59.77% from 255) = 36.1%

R = 48.46%
G = 15.44%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC4198 (or 0xCC4198) is known color: Mulberry. HEX triplet: CC, 41 and 98. RGB value is (204,65,152). Sum of RGB (Red+Green+Blue) = 204+65+152=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4198 is #33BE67. Grayscale: #747474. Windows color (decimal): -3391080 or 9978316. OLE color: 9978316.

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

Color convert

RGB 204 65 152 -
CMYK 0 0.68 0.25 0.2
HSL 322.45º 0.58% 0.53% -
HSV(B) 322.45º 0.68% 0.8% -
XYZ 32.46 18.88 31.64 -
YUV 116.48 148.05 190.43 -
System Red Green Blue C M Y K H S L
Decimal 204 65 152 0 0.68 0.25 0.2 322.45 0.58 0.53
Hex CC 41 98 0 44 19 14 142 3A 35
Octal 314 101 230 0 104 31 24 502 72 65
Binary 11001100 1000001 10011000 0 1000100 11001 10100 101000010 111010 110101

Color Harmonies of #CC4198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4198

Black with #CC4198

Text Example


Text Example

White with #CC4198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4198; }

 p { color: rgb(204,65,152); }

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

background-color css

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

 a { background-color: rgb(204,65,152); }

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

border-color css

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

 span { border-color: rgb(204,65,152); }

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