Html Css Color HEX #C04BA4 Mulberry

📋 copy color: '#C04BA4'

red 192 ◦ green 75 ◦ blue 164

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

Shades of Mulberry #C04BA4

Tints of Mulberry #C04BA4

RGB

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

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

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

R = 44.55%
G = 17.4%
B = 38.05%

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

#C04BA4 (or 0xC04BA4) is known color: Mulberry. HEX triplet: C0, 4B and A4. RGB value is (192,75,164). Sum of RGB (Red+Green+Blue) = 192+75+164=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04BA4 is #3FB45B. Grayscale: #777777. Windows color (decimal): -4174940 or 10767296. OLE color: 10767296.

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

Color convert

RGB 192 75 164 -
CMYK 0 0.61 0.15 0.25
HSL 314.36º 0.48% 0.52% -
HSV(B) 314.36º 0.61% 0.75% -
XYZ 30.96 18.92 37.14 -
YUV 120.13 152.76 179.26 -
System Red Green Blue C M Y K H S L
Decimal 192 75 164 0 0.61 0.15 0.25 314.36 0.48 0.52
Hex C0 4B A4 0 3D F 19 13A 30 34
Octal 300 113 244 0 75 17 31 472 60 64
Binary 11000000 1001011 10100100 0 111101 1111 11001 100111010 110000 110100

Color Harmonies of #C04BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BA4

Black with #C04BA4

Text Example


Text Example

White with #C04BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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