Html Css Color HEX #C03FA6 Mulberry

📋 copy color: '#C03FA6'

red 192 ◦ green 63 ◦ blue 166

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

Shades of Mulberry #C03FA6

Tints of Mulberry #C03FA6

RGB

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

 GREEN value IS 63 (25% from 255) = 14.96%

 BLUE value IS 166 (65.23% from 255) = 39.43%

R = 45.61%
G = 14.96%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C03FA6 (or 0xC03FA6) is known color: Mulberry. HEX triplet: C0, 3F and A6. RGB value is (192,63,166). Sum of RGB (Red+Green+Blue) = 192+63+166=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C03FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03FA6 is #3FC059. Grayscale: #717171. Windows color (decimal): -4178010 or 10895296. OLE color: 10895296.

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

Color convert

RGB 192 63 166 -
CMYK 0 0.67 0.14 0.25
HSL 312.09º 0.51% 0.5% -
HSV(B) 312.09º 0.67% 0.75% -
XYZ 30.4 17.51 37.85 -
YUV 113.31 157.74 184.12 -
System Red Green Blue C M Y K H S L
Decimal 192 63 166 0 0.67 0.14 0.25 312.09 0.51 0.5
Hex C0 3F A6 0 43 E 19 138 33 32
Octal 300 77 246 0 103 16 31 470 63 62
Binary 11000000 111111 10100110 0 1000011 1110 11001 100111000 110011 110010

Color Harmonies of #C03FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03FA6

Black with #C03FA6

Text Example


Text Example

White with #C03FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03FA6; }

 p { color: rgb(192,63,166); }

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

background-color css

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

 a { background-color: rgb(192,63,166); }

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

border-color css

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

 span { border-color: rgb(192,63,166); }

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