Html Css Color HEX #C04CA3 Mulberry

📋 copy color: '#C04CA3'

red 192 ◦ green 76 ◦ blue 163

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

Shades of Mulberry #C04CA3

Tints of Mulberry #C04CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.82%

R = 44.55%
G = 17.63%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C04CA3 (or 0xC04CA3) is known color: Mulberry. HEX triplet: C0, 4C and A3. RGB value is (192,76,163). Sum of RGB (Red+Green+Blue) = 192+76+163=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CA3 is #3FB35C. Grayscale: #787878. Windows color (decimal): -4174685 or 10702016. OLE color: 10702016.

HSL color Cylindrical-coordinate representation of color #C04CA3: hue angle of 315º 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 #C04CA3 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 76 163 -
CMYK 0 0.60 0.15 0.25
HSL 315º 0.48% 0.53% -
HSV(B) 315º 0.6% 0.75% -
XYZ 30.93 19.02 36.69 -
YUV 120.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 192 76 163 0 0.60 0.15 0.25 315 0.48 0.53
Hex C0 4C A3 0 3C F 19 13B 30 35
Octal 300 114 243 0 74 17 31 473 60 65
Binary 11000000 1001100 10100011 0 111100 1111 11001 100111011 110000 110101

Color Harmonies of #C04CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CA3

Black with #C04CA3

Text Example


Text Example

White with #C04CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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