Html Css Color HEX #C03F9D Mulberry

📋 copy color: '#C03F9D'

red 192 ◦ green 63 ◦ blue 157

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

Shades of Mulberry #C03F9D

Tints of Mulberry #C03F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.11%

R = 46.6%
G = 15.29%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C03F9D (or 0xC03F9D) is known color: Mulberry. HEX triplet: C0, 3F and 9D. RGB value is (192,63,157). Sum of RGB (Red+Green+Blue) = 192+63+157=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03F9D is #3FC062. Grayscale: #707070. Windows color (decimal): -4178019 or 10305472. OLE color: 10305472.

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

Color convert

RGB 192 63 157 -
CMYK 0 0.67 0.18 0.25
HSL 316.28º 0.51% 0.5% -
HSV(B) 316.28º 0.67% 0.75% -
XYZ 29.6 17.2 33.66 -
YUV 112.29 153.24 184.86 -
System Red Green Blue C M Y K H S L
Decimal 192 63 157 0 0.67 0.18 0.25 316.28 0.51 0.5
Hex C0 3F 9D 0 43 12 19 13C 33 32
Octal 300 77 235 0 103 22 31 474 63 62
Binary 11000000 111111 10011101 0 1000011 10010 11001 100111100 110011 110010

Color Harmonies of #C03F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F9D

Black with #C03F9D

Text Example


Text Example

White with #C03F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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