Html Css Color HEX #C03FA5 Mulberry

📋 copy color: '#C03FA5'

red 192 ◦ green 63 ◦ blue 165

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

Shades of Mulberry #C03FA5

Tints of Mulberry #C03FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.29%

R = 45.71%
G = 15%
B = 39.29%

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

#C03FA5 (or 0xC03FA5) is known color: Mulberry. HEX triplet: C0, 3F and A5. RGB value is (192,63,165). Sum of RGB (Red+Green+Blue) = 192+63+165=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C03FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03FA5 is #3FC05A. Grayscale: #707070. Windows color (decimal): -4178011 or 10829760. OLE color: 10829760.

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

Color convert

RGB 192 63 165 -
CMYK 0 0.67 0.14 0.25
HSL 312.56º 0.51% 0.5% -
HSV(B) 312.56º 0.67% 0.75% -
XYZ 30.31 17.48 37.37 -
YUV 113.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 192 63 165 0 0.67 0.14 0.25 312.56 0.51 0.5
Hex C0 3F A5 0 43 E 19 139 33 32
Octal 300 77 245 0 103 16 31 471 63 62
Binary 11000000 111111 10100101 0 1000011 1110 11001 100111001 110011 110010

Color Harmonies of #C03FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03FA5

Black with #C03FA5

Text Example


Text Example

White with #C03FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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