Html Css Color HEX #C83C95 Mulberry

📋 copy color: '#C83C95'

red 200 ◦ green 60 ◦ blue 149

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

Shades of Mulberry #C83C95

Tints of Mulberry #C83C95

RGB

 RED value IS 200 (78.52% from 255) = 48.9%

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

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

R = 48.9%
G = 14.67%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C83C95 (or 0xC83C95) is known color: Mulberry. HEX triplet: C8, 3C and 95. RGB value is (200,60,149). Sum of RGB (Red+Green+Blue) = 200+60+149=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83C95 is #37C36A. Grayscale: #6F6F6F. Windows color (decimal): -3654507 or 9780424. OLE color: 9780424.

HSL color Cylindrical-coordinate representation of color #C83C95: hue angle of 321.86º degrees, saturation: 0.56, 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 #C83C95 is Cyan = 0, Magento = 0.7, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 60 149 -
CMYK 0 0.7 0.26 0.22
HSL 321.86º 0.56% 0.51% -
HSV(B) 321.86º 0.7% 0.78% -
XYZ 30.86 17.68 30.22 -
YUV 112.01 148.88 190.76 -
System Red Green Blue C M Y K H S L
Decimal 200 60 149 0 0.7 0.26 0.22 321.86 0.56 0.51
Hex C8 3C 95 0 46 1A 16 142 38 33
Octal 310 74 225 0 106 32 26 502 70 63
Binary 11001000 111100 10010101 0 1000110 11010 10110 101000010 111000 110011

Color Harmonies of #C83C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83C95

Black with #C83C95

Text Example


Text Example

White with #C83C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83C95; }

 p { color: rgb(200,60,149); }

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

background-color css

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

 a { background-color: rgb(200,60,149); }

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

border-color css

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

 span { border-color: rgb(200,60,149); }

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