Html Css Color HEX #C83BAA Fuchsia

📋 copy color: '#C83BAA'

red 200 ◦ green 59 ◦ blue 170

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

Shades of Fuchsia #C83BAA

Tints of Fuchsia #C83BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 46.62%
G = 13.75%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C83BAA (or 0xC83BAA) is known color: Fuchsia. HEX triplet: C8, 3B and AA. RGB value is (200,59,170). Sum of RGB (Red+Green+Blue) = 200+59+170=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C83BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83BAA is #37C455. Grayscale: #717171. Windows color (decimal): -3654742 or 11156424. OLE color: 11156424.

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

Color convert

RGB 200 59 170 -
CMYK 0 0.70 0.15 0.22
HSL 312.77º 0.56% 0.51% -
HSV(B) 312.77º 0.71% 0.78% -
XYZ 32.64 18.31 39.84 -
YUV 113.81 159.71 189.47 -
System Red Green Blue C M Y K H S L
Decimal 200 59 170 0 0.70 0.15 0.22 312.77 0.56 0.51
Hex C8 3B AA 0 46 F 16 139 38 33
Octal 310 73 252 0 106 17 26 471 70 63
Binary 11001000 111011 10101010 0 1000110 1111 10110 100111001 111000 110011

Color Harmonies of #C83BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83BAA

Black with #C83BAA

Text Example


Text Example

White with #C83BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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