Html Css Color HEX #C2409A Mulberry

📋 copy color: '#C2409A'

red 194 ◦ green 64 ◦ blue 154

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

Shades of Mulberry #C2409A

Tints of Mulberry #C2409A

RGB

 RED value IS 194 (76.17% from 255) = 47.09%

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

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

R = 47.09%
G = 15.53%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2409A (or 0xC2409A) is known color: Mulberry. HEX triplet: C2, 40 and 9A. RGB value is (194,64,154). Sum of RGB (Red+Green+Blue) = 194+64+154=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2409A is #3DBF65. Grayscale: #707070. Windows color (decimal): -4046694 or 10109122. OLE color: 10109122.

HSL color Cylindrical-coordinate representation of color #C2409A: hue angle of 318.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2409A is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 64 154 -
CMYK 0 0.67 0.21 0.24
HSL 318.46º 0.52% 0.51% -
HSV(B) 318.46º 0.67% 0.76% -
XYZ 29.91 17.47 32.37 -
YUV 113.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 194 64 154 0 0.67 0.21 0.24 318.46 0.52 0.51
Hex C2 40 9A 0 43 15 18 13E 34 33
Octal 302 100 232 0 103 25 30 476 64 63
Binary 11000010 1000000 10011010 0 1000011 10101 11000 100111110 110100 110011

Color Harmonies of #C2409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2409A

Black with #C2409A

Text Example


Text Example

White with #C2409A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2409A; }

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

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

background-color css

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

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

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

border-color css

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

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

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