Html Css Color HEX #C03DA4 Mulberry

📋 copy color: '#C03DA4'

red 192 ◦ green 61 ◦ blue 164

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

Shades of Mulberry #C03DA4

Tints of Mulberry #C03DA4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.63%

 BLUE value IS 164 (64.45% from 255) = 39.33%

R = 46.04%
G = 14.63%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C03DA4 (or 0xC03DA4) is known color: Mulberry. HEX triplet: C0, 3D and A4. RGB value is (192,61,164). Sum of RGB (Red+Green+Blue) = 192+61+164=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03DA4 is #3FC25B. Grayscale: #6F6F6F. Windows color (decimal): -4178524 or 10763712. OLE color: 10763712.

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

Color convert

RGB 192 61 164 -
CMYK 0 0.68 0.15 0.25
HSL 312.82º 0.52% 0.5% -
HSV(B) 312.82º 0.68% 0.75% -
XYZ 30.11 17.22 36.86 -
YUV 111.91 157.4 185.12 -
System Red Green Blue C M Y K H S L
Decimal 192 61 164 0 0.68 0.15 0.25 312.82 0.52 0.5
Hex C0 3D A4 0 44 F 19 139 34 32
Octal 300 75 244 0 104 17 31 471 64 62
Binary 11000000 111101 10100100 0 1000100 1111 11001 100111001 110100 110010

Color Harmonies of #C03DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DA4

Black with #C03DA4

Text Example


Text Example

White with #C03DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DA4; }

 p { color: rgb(192,61,164); }

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

background-color css

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

 a { background-color: rgb(192,61,164); }

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

border-color css

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

 span { border-color: rgb(192,61,164); }

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