Html Css Color HEX #CC4190 Mulberry

📋 copy color: '#CC4190'

red 204 ◦ green 65 ◦ blue 144

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

Shades of Mulberry #CC4190

Tints of Mulberry #CC4190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.87%

R = 49.39%
G = 15.74%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC4190 (or 0xCC4190) is known color: Mulberry. HEX triplet: CC, 41 and 90. RGB value is (204,65,144). Sum of RGB (Red+Green+Blue) = 204+65+144=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4190 is #33BE6F. Grayscale: #737373. Windows color (decimal): -3391088 or 9454028. OLE color: 9454028.

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

Color convert

RGB 204 65 144 -
CMYK 0 0.68 0.29 0.2
HSL 325.9º 0.58% 0.53% -
HSV(B) 325.9º 0.68% 0.8% -
XYZ 31.83 18.63 28.3 -
YUV 115.57 144.05 191.08 -
System Red Green Blue C M Y K H S L
Decimal 204 65 144 0 0.68 0.29 0.2 325.9 0.58 0.53
Hex CC 41 90 0 44 1D 14 146 3A 35
Octal 314 101 220 0 104 35 24 506 72 65
Binary 11001100 1000001 10010000 0 1000100 11101 10100 101000110 111010 110101

Color Harmonies of #CC4190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4190

Black with #CC4190

Text Example


Text Example

White with #CC4190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4190; }

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

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

background-color css

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

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

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

border-color css

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

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

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