Html Css Color HEX #C044A4 Mulberry

📋 copy color: '#C044A4'

red 192 ◦ green 68 ◦ blue 164

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

Shades of Mulberry #C044A4

Tints of Mulberry #C044A4

RGB

 RED value IS 192 (75.39% from 255) = 45.28%

 GREEN value IS 68 (26.95% from 255) = 16.04%

 BLUE value IS 164 (64.45% from 255) = 38.68%

R = 45.28%
G = 16.04%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C044A4 (or 0xC044A4) is known color: Mulberry. HEX triplet: C0, 44 and A4. RGB value is (192,68,164). Sum of RGB (Red+Green+Blue) = 192+68+164=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C044A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C044A4 is #3FBB5B. Grayscale: #737373. Windows color (decimal): -4176732 or 10765504. OLE color: 10765504.

HSL color Cylindrical-coordinate representation of color #C044A4: hue angle of 313.55º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C044A4 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 164 -
CMYK 0 0.65 0.15 0.25
HSL 313.55º 0.5% 0.51% -
HSV(B) 313.55º 0.65% 0.75% -
XYZ 30.51 18.02 36.99 -
YUV 116.02 155.08 182.19 -
System Red Green Blue C M Y K H S L
Decimal 192 68 164 0 0.65 0.15 0.25 313.55 0.5 0.51
Hex C0 44 A4 0 41 F 19 13A 32 33
Octal 300 104 244 0 101 17 31 472 62 63
Binary 11000000 1000100 10100100 0 1000001 1111 11001 100111010 110010 110011

Color Harmonies of #C044A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C044A4

Black with #C044A4

Text Example


Text Example

White with #C044A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C044A4; }

 p { color: rgb(192,68,164); }

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

background-color css

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

 a { background-color: rgb(192,68,164); }

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

border-color css

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

 span { border-color: rgb(192,68,164); }

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