Html Css Color HEX #C04BA3 Mulberry

📋 copy color: '#C04BA3'

red 192 ◦ green 75 ◦ blue 163

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

Shades of Mulberry #C04BA3

Tints of Mulberry #C04BA3

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.44%

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

R = 44.65%
G = 17.44%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C04BA3 (or 0xC04BA3) is known color: Mulberry. HEX triplet: C0, 4B and A3. RGB value is (192,75,163). Sum of RGB (Red+Green+Blue) = 192+75+163=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04BA3 is #3FB45C. Grayscale: #777777. Windows color (decimal): -4174941 or 10701760. OLE color: 10701760.

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

Color convert

RGB 192 75 163 -
CMYK 0 0.61 0.15 0.25
HSL 314.87º 0.48% 0.52% -
HSV(B) 314.87º 0.61% 0.75% -
XYZ 30.87 18.88 36.67 -
YUV 120.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 192 75 163 0 0.61 0.15 0.25 314.87 0.48 0.52
Hex C0 4B A3 0 3D F 19 13B 30 34
Octal 300 113 243 0 75 17 31 473 60 64
Binary 11000000 1001011 10100011 0 111101 1111 11001 100111011 110000 110100

Color Harmonies of #C04BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BA3

Black with #C04BA3

Text Example


Text Example

White with #C04BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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