Html Css Color HEX #C0409A Mulberry

📋 copy color: '#C0409A'

red 192 ◦ green 64 ◦ blue 154

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

Shades of Mulberry #C0409A

Tints of Mulberry #C0409A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.61%

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

R = 46.83%
G = 15.61%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0409A (or 0xC0409A) is known color: Mulberry. HEX triplet: C0, 40 and 9A. RGB value is (192,64,154). Sum of RGB (Red+Green+Blue) = 192+64+154=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C0409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0409A is #3FBF65. Grayscale: #707070. Windows color (decimal): -4177766 or 10109120. OLE color: 10109120.

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

Color convert

RGB 192 64 154 -
CMYK 0 0.67 0.20 0.25
HSL 317.81º 0.5% 0.5% -
HSV(B) 317.81º 0.67% 0.75% -
XYZ 29.4 17.21 32.34 -
YUV 112.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 192 64 154 0 0.67 0.20 0.25 317.81 0.5 0.5
Hex C0 40 9A 0 43 14 19 13E 32 32
Octal 300 100 232 0 103 24 31 476 62 62
Binary 11000000 1000000 10011010 0 1000011 10100 11001 100111110 110010 110010

Color Harmonies of #C0409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0409A

Black with #C0409A

Text Example


Text Example

White with #C0409A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0409A; }

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

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

background-color css

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

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

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

border-color css

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

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

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