Html Css Color HEX #C03CA2 Mulberry

📋 copy color: '#C03CA2'

red 192 ◦ green 60 ◦ blue 162

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

Shades of Mulberry #C03CA2

Tints of Mulberry #C03CA2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.49%

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

R = 46.38%
G = 14.49%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C03CA2 (or 0xC03CA2) is known color: Mulberry. HEX triplet: C0, 3C and A2. RGB value is (192,60,162). Sum of RGB (Red+Green+Blue) = 192+60+162=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03CA2 is #3FC35D. Grayscale: #6E6E6E. Windows color (decimal): -4178782 or 10632384. OLE color: 10632384.

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

Color convert

RGB 192 60 162 -
CMYK 0 0.69 0.16 0.25
HSL 313.64º 0.52% 0.49% -
HSV(B) 313.64º 0.69% 0.75% -
XYZ 29.88 17.05 35.9 -
YUV 111.1 156.73 185.71 -
System Red Green Blue C M Y K H S L
Decimal 192 60 162 0 0.69 0.16 0.25 313.64 0.52 0.49
Hex C0 3C A2 0 45 10 19 13A 34 31
Octal 300 74 242 0 105 20 31 472 64 61
Binary 11000000 111100 10100010 0 1000101 10000 11001 100111010 110100 110001

Color Harmonies of #C03CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CA2

Black with #C03CA2

Text Example


Text Example

White with #C03CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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