Html Css Color HEX #C03EA2 Mulberry

📋 copy color: '#C03EA2'

red 192 ◦ green 62 ◦ blue 162

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

Shades of Mulberry #C03EA2

Tints of Mulberry #C03EA2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.9%

 BLUE value IS 162 (63.67% from 255) = 38.94%

R = 46.15%
G = 14.9%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C03EA2 (or 0xC03EA2) is known color: Mulberry. HEX triplet: C0, 3E and A2. RGB value is (192,62,162). Sum of RGB (Red+Green+Blue) = 192+62+162=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C03EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03EA2 is #3FC15D. Grayscale: #707070. Windows color (decimal): -4178270 or 10632896. OLE color: 10632896.

HSL color Cylindrical-coordinate representation of color #C03EA2: hue angle of 313.85º degrees, saturation: 0.51, 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 #C03EA2 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 62 162 -
CMYK 0 0.68 0.16 0.25
HSL 313.85º 0.51% 0.5% -
HSV(B) 313.85º 0.68% 0.75% -
XYZ 29.98 17.26 35.93 -
YUV 112.27 156.07 184.87 -
System Red Green Blue C M Y K H S L
Decimal 192 62 162 0 0.68 0.16 0.25 313.85 0.51 0.5
Hex C0 3E A2 0 44 10 19 13A 33 32
Octal 300 76 242 0 104 20 31 472 63 62
Binary 11000000 111110 10100010 0 1000100 10000 11001 100111010 110011 110010

Color Harmonies of #C03EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03EA2

Black with #C03EA2

Text Example


Text Example

White with #C03EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03EA2; }

 p { color: rgb(192,62,162); }

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

background-color css

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

 a { background-color: rgb(192,62,162); }

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

border-color css

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

 span { border-color: rgb(192,62,162); }

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