Html Css Color HEX #C03F98 Mulberry

📋 copy color: '#C03F98'

red 192 ◦ green 63 ◦ blue 152

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

Shades of Mulberry #C03F98

Tints of Mulberry #C03F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 47.17%
G = 15.48%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C03F98 (or 0xC03F98) is known color: Mulberry. HEX triplet: C0, 3F and 98. RGB value is (192,63,152). Sum of RGB (Red+Green+Blue) = 192+63+152=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03F98 is #3FC067. Grayscale: #6F6F6F. Windows color (decimal): -4178024 or 9977792. OLE color: 9977792.

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

Color convert

RGB 192 63 152 -
CMYK 0 0.67 0.21 0.25
HSL 318.6º 0.51% 0.5% -
HSV(B) 318.6º 0.67% 0.75% -
XYZ 29.18 17.03 31.45 -
YUV 111.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 192 63 152 0 0.67 0.21 0.25 318.6 0.51 0.5
Hex C0 3F 98 0 43 15 19 13F 33 32
Octal 300 77 230 0 103 25 31 477 63 62
Binary 11000000 111111 10011000 0 1000011 10101 11001 100111111 110011 110010

Color Harmonies of #C03F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F98

Black with #C03F98

Text Example


Text Example

White with #C03F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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