Html Css Color HEX #C03D9A Mulberry

📋 copy color: '#C03D9A'

red 192 ◦ green 61 ◦ blue 154

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

Shades of Mulberry #C03D9A

Tints of Mulberry #C03D9A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.99%

 BLUE value IS 154 (60.55% from 255) = 37.84%

R = 47.17%
G = 14.99%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C03D9A (or 0xC03D9A) is known color: Mulberry. HEX triplet: C0, 3D and 9A. RGB value is (192,61,154). Sum of RGB (Red+Green+Blue) = 192+61+154=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03D9A is #3FC265. Grayscale: #6E6E6E. Windows color (decimal): -4178534 or 10108352. OLE color: 10108352.

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

Color convert

RGB 192 61 154 -
CMYK 0 0.68 0.20 0.25
HSL 317.4º 0.52% 0.5% -
HSV(B) 317.4º 0.68% 0.75% -
XYZ 29.24 16.88 32.29 -
YUV 110.77 152.4 185.94 -
System Red Green Blue C M Y K H S L
Decimal 192 61 154 0 0.68 0.20 0.25 317.4 0.52 0.5
Hex C0 3D 9A 0 44 14 19 13D 34 32
Octal 300 75 232 0 104 24 31 475 64 62
Binary 11000000 111101 10011010 0 1000100 10100 11001 100111101 110100 110010

Color Harmonies of #C03D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D9A

Black with #C03D9A

Text Example


Text Example

White with #C03D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D9A; }

 p { color: rgb(192,61,154); }

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

background-color css

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

 a { background-color: rgb(192,61,154); }

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

border-color css

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

 span { border-color: rgb(192,61,154); }

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