Html Css Color HEX #C03CA3 Mulberry

📋 copy color: '#C03CA3'

red 192 ◦ green 60 ◦ blue 163

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

Shades of Mulberry #C03CA3

Tints of Mulberry #C03CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.28%

R = 46.27%
G = 14.46%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C03CA3 (or 0xC03CA3) is known color: Mulberry. HEX triplet: C0, 3C and A3. RGB value is (192,60,163). Sum of RGB (Red+Green+Blue) = 192+60+163=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03CA3 is #3FC35C. Grayscale: #6E6E6E. Windows color (decimal): -4178781 or 10697920. OLE color: 10697920.

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

Color convert

RGB 192 60 163 -
CMYK 0 0.69 0.15 0.25
HSL 313.18º 0.52% 0.49% -
HSV(B) 313.18º 0.69% 0.75% -
XYZ 29.96 17.08 36.37 -
YUV 111.21 157.23 185.62 -
System Red Green Blue C M Y K H S L
Decimal 192 60 163 0 0.69 0.15 0.25 313.18 0.52 0.49
Hex C0 3C A3 0 45 F 19 139 34 31
Octal 300 74 243 0 105 17 31 471 64 61
Binary 11000000 111100 10100011 0 1000101 1111 11001 100111001 110100 110001

Color Harmonies of #C03CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CA3

Black with #C03CA3

Text Example


Text Example

White with #C03CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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