Html Css Color HEX #C04BA2 Mulberry

📋 copy color: '#C04BA2'

red 192 ◦ green 75 ◦ blue 162

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

Shades of Mulberry #C04BA2

Tints of Mulberry #C04BA2

RGB

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

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

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

R = 44.76%
G = 17.48%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C04BA2 (or 0xC04BA2) is known color: Mulberry. HEX triplet: C0, 4B and A2. RGB value is (192,75,162). Sum of RGB (Red+Green+Blue) = 192+75+162=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04BA2 is #3FB45D. Grayscale: #777777. Windows color (decimal): -4174942 or 10636224. OLE color: 10636224.

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

Color convert

RGB 192 75 162 -
CMYK 0 0.61 0.16 0.25
HSL 315.38º 0.48% 0.52% -
HSV(B) 315.38º 0.61% 0.75% -
XYZ 30.78 18.85 36.2 -
YUV 119.9 151.76 179.43 -
System Red Green Blue C M Y K H S L
Decimal 192 75 162 0 0.61 0.16 0.25 315.38 0.48 0.52
Hex C0 4B A2 0 3D 10 19 13B 30 34
Octal 300 113 242 0 75 20 31 473 60 64
Binary 11000000 1001011 10100010 0 111101 10000 11001 100111011 110000 110100

Color Harmonies of #C04BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BA2

Black with #C04BA2

Text Example


Text Example

White with #C04BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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