Html Css Color HEX #C63CA1 Mulberry

📋 copy color: '#C63CA1'

red 198 ◦ green 60 ◦ blue 161

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

Shades of Mulberry #C63CA1

Tints of Mulberry #C63CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 47.26%
G = 14.32%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C63CA1 (or 0xC63CA1) is known color: Mulberry. HEX triplet: C6, 3C and A1. RGB value is (198,60,161). Sum of RGB (Red+Green+Blue) = 198+60+161=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63CA1 is #39C35E. Grayscale: #707070. Windows color (decimal): -3785567 or 10566854. OLE color: 10566854.

HSL color Cylindrical-coordinate representation of color #C63CA1: hue angle of 316.09º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63CA1 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 60 161 -
CMYK 0 0.70 0.19 0.22
HSL 316.09º 0.55% 0.51% -
HSV(B) 316.09º 0.7% 0.78% -
XYZ 31.34 17.81 35.5 -
YUV 112.78 155.22 188.79 -
System Red Green Blue C M Y K H S L
Decimal 198 60 161 0 0.70 0.19 0.22 316.09 0.55 0.51
Hex C6 3C A1 0 46 13 16 13C 37 33
Octal 306 74 241 0 106 23 26 474 67 63
Binary 11000110 111100 10100001 0 1000110 10011 10110 100111100 110111 110011

Color Harmonies of #C63CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CA1

Black with #C63CA1

Text Example


Text Example

White with #C63CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CA1; }

 p { color: rgb(198,60,161); }

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

background-color css

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

 a { background-color: rgb(198,60,161); }

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

border-color css

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

 span { border-color: rgb(198,60,161); }

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