Html Css Color HEX #C04CA2 Mulberry

📋 copy color: '#C04CA2'

red 192 ◦ green 76 ◦ blue 162

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

Shades of Mulberry #C04CA2

Tints of Mulberry #C04CA2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.67%

 BLUE value IS 162 (63.67% from 255) = 37.67%

R = 44.65%
G = 17.67%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C04CA2 (or 0xC04CA2) is known color: Mulberry. HEX triplet: C0, 4C and A2. RGB value is (192,76,162). Sum of RGB (Red+Green+Blue) = 192+76+162=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CA2 is #3FB35D. Grayscale: #787878. Windows color (decimal): -4174686 or 10636480. OLE color: 10636480.

HSL color Cylindrical-coordinate representation of color #C04CA2: hue angle of 315.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04CA2 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 76 162 -
CMYK 0 0.60 0.16 0.25
HSL 315.52º 0.48% 0.53% -
HSV(B) 315.52º 0.6% 0.75% -
XYZ 30.84 18.98 36.22 -
YUV 120.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 192 76 162 0 0.60 0.16 0.25 315.52 0.48 0.53
Hex C0 4C A2 0 3C 10 19 13C 30 35
Octal 300 114 242 0 74 20 31 474 60 65
Binary 11000000 1001100 10100010 0 111100 10000 11001 100111100 110000 110101

Color Harmonies of #C04CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CA2

Black with #C04CA2

Text Example


Text Example

White with #C04CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CA2; }

 p { color: rgb(192,76,162); }

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

background-color css

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

 a { background-color: rgb(192,76,162); }

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

border-color css

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

 span { border-color: rgb(192,76,162); }

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