Html Css Color HEX #C83A96 Mulberry

📋 copy color: '#C83A96'

red 200 ◦ green 58 ◦ blue 150

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

Shades of Mulberry #C83A96

Tints of Mulberry #C83A96

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.22%

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 49.02%
G = 14.22%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C83A96 (or 0xC83A96) is known color: Mulberry. HEX triplet: C8, 3A and 96. RGB value is (200,58,150). Sum of RGB (Red+Green+Blue) = 200+58+150=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83A96 is #37C569. Grayscale: #6E6E6E. Windows color (decimal): -3655018 or 9845448. OLE color: 9845448.

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

Color convert

RGB 200 58 150 -
CMYK 0 0.71 0.25 0.22
HSL 321.13º 0.56% 0.51% -
HSV(B) 321.13º 0.71% 0.78% -
XYZ 30.84 17.51 30.61 -
YUV 110.95 150.04 191.52 -
System Red Green Blue C M Y K H S L
Decimal 200 58 150 0 0.71 0.25 0.22 321.13 0.56 0.51
Hex C8 3A 96 0 47 19 16 141 38 33
Octal 310 72 226 0 107 31 26 501 70 63
Binary 11001000 111010 10010110 0 1000111 11001 10110 101000001 111000 110011

Color Harmonies of #C83A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83A96

Black with #C83A96

Text Example


Text Example

White with #C83A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83A96; }

 p { color: rgb(200,58,150); }

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

background-color css

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

 a { background-color: rgb(200,58,150); }

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

border-color css

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

 span { border-color: rgb(200,58,150); }

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