Html Css Color HEX #C83BA0 Mulberry

📋 copy color: '#C83BA0'

red 200 ◦ green 59 ◦ blue 160

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

Shades of Mulberry #C83BA0

Tints of Mulberry #C83BA0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.08%

 BLUE value IS 160 (62.89% from 255) = 38.19%

R = 47.73%
G = 14.08%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#C83BA0 (or 0xC83BA0) is known color: Mulberry. HEX triplet: C8, 3B and A0. RGB value is (200,59,160). Sum of RGB (Red+Green+Blue) = 200+59+160=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C83BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83BA0 is #37C45F. Grayscale: #707070. Windows color (decimal): -3654752 or 10501064. OLE color: 10501064.

HSL color Cylindrical-coordinate representation of color #C83BA0: hue angle of 317.02º 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 #C83BA0 is Cyan = 0, Magento = 0.70, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 59 160 -
CMYK 0 0.70 0.2 0.22
HSL 317.02º 0.56% 0.51% -
HSV(B) 317.02º 0.71% 0.78% -
XYZ 31.73 17.95 35.05 -
YUV 112.67 154.71 190.29 -
System Red Green Blue C M Y K H S L
Decimal 200 59 160 0 0.70 0.2 0.22 317.02 0.56 0.51
Hex C8 3B A0 0 46 14 16 13D 38 33
Octal 310 73 240 0 106 24 26 475 70 63
Binary 11001000 111011 10100000 0 1000110 10100 10110 100111101 111000 110011

Color Harmonies of #C83BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83BA0

Black with #C83BA0

Text Example


Text Example

White with #C83BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83BA0; }

 p { color: rgb(200,59,160); }

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

background-color css

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

 a { background-color: rgb(200,59,160); }

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

border-color css

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

 span { border-color: rgb(200,59,160); }

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