Html Css Color HEX #C63F95 Mulberry

📋 copy color: '#C63F95'

red 198 ◦ green 63 ◦ blue 149

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

Shades of Mulberry #C63F95

Tints of Mulberry #C63F95

RGB

 RED value IS 198 (77.73% from 255) = 48.29%

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

 BLUE value IS 149 (58.59% from 255) = 36.34%

R = 48.29%
G = 15.37%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C63F95 (or 0xC63F95) is known color: Mulberry. HEX triplet: C6, 3F and 95. RGB value is (198,63,149). Sum of RGB (Red+Green+Blue) = 198+63+149=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63F95 is #39C06A. Grayscale: #707070. Windows color (decimal): -3784811 or 9781190. OLE color: 9781190.

HSL color Cylindrical-coordinate representation of color #C63F95: hue angle of 321.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63F95 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 63 149 -
CMYK 0 0.68 0.25 0.22
HSL 321.78º 0.54% 0.51% -
HSV(B) 321.78º 0.68% 0.78% -
XYZ 30.49 17.73 30.25 -
YUV 113.17 148.23 188.51 -
System Red Green Blue C M Y K H S L
Decimal 198 63 149 0 0.68 0.25 0.22 321.78 0.54 0.51
Hex C6 3F 95 0 44 19 16 142 36 33
Octal 306 77 225 0 104 31 26 502 66 63
Binary 11000110 111111 10010101 0 1000100 11001 10110 101000010 110110 110011

Color Harmonies of #C63F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F95

Black with #C63F95

Text Example


Text Example

White with #C63F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F95; }

 p { color: rgb(198,63,149); }

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

background-color css

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

 a { background-color: rgb(198,63,149); }

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

border-color css

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

 span { border-color: rgb(198,63,149); }

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