Html Css Color HEX #C04F9C Mulberry

📋 copy color: '#C04F9C'

red 192 ◦ green 79 ◦ blue 156

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

Shades of Mulberry #C04F9C

Tints of Mulberry #C04F9C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.5%

 BLUE value IS 156 (61.33% from 255) = 36.53%

R = 44.96%
G = 18.5%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C04F9C (or 0xC04F9C) is known color: Mulberry. HEX triplet: C0, 4F and 9C. RGB value is (192,79,156). Sum of RGB (Red+Green+Blue) = 192+79+156=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F9C is #3FB063. Grayscale: #797979. Windows color (decimal): -4173924 or 10244032. OLE color: 10244032.

HSL color Cylindrical-coordinate representation of color #C04F9C: hue angle of 319.12º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04F9C is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 79 156 -
CMYK 0 0.59 0.19 0.25
HSL 319.12º 0.47% 0.53% -
HSV(B) 319.12º 0.59% 0.75% -
XYZ 30.53 19.2 33.55 -
YUV 121.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 192 79 156 0 0.59 0.19 0.25 319.12 0.47 0.53
Hex C0 4F 9C 0 3B 13 19 13F 2F 35
Octal 300 117 234 0 73 23 31 477 57 65
Binary 11000000 1001111 10011100 0 111011 10011 11001 100111111 101111 110101

Color Harmonies of #C04F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F9C

Black with #C04F9C

Text Example


Text Example

White with #C04F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F9C; }

 p { color: rgb(192,79,156); }

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

background-color css

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

 a { background-color: rgb(192,79,156); }

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

border-color css

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

 span { border-color: rgb(192,79,156); }

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