Html Css Color HEX #C042A4 Mulberry

📋 copy color: '#C042A4'

red 192 ◦ green 66 ◦ blue 164

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

Shades of Mulberry #C042A4

Tints of Mulberry #C042A4

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.64%

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

R = 45.5%
G = 15.64%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C042A4 (or 0xC042A4) is known color: Mulberry. HEX triplet: C0, 42 and A4. RGB value is (192,66,164). Sum of RGB (Red+Green+Blue) = 192+66+164=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C042A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C042A4 is #3FBD5B. Grayscale: #727272. Windows color (decimal): -4177244 or 10764992. OLE color: 10764992.

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

Color convert

RGB 192 66 164 -
CMYK 0 0.66 0.15 0.25
HSL 313.33º 0.5% 0.51% -
HSV(B) 313.33º 0.66% 0.75% -
XYZ 30.39 17.78 36.95 -
YUV 114.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 192 66 164 0 0.66 0.15 0.25 313.33 0.5 0.51
Hex C0 42 A4 0 42 F 19 139 32 33
Octal 300 102 244 0 102 17 31 471 62 63
Binary 11000000 1000010 10100100 0 1000010 1111 11001 100111001 110010 110011

Color Harmonies of #C042A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042A4

Black with #C042A4

Text Example


Text Example

White with #C042A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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