Html Css Color HEX #C83ABA Fuchsia

📋 copy color: '#C83ABA'

red 200 ◦ green 58 ◦ blue 186

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

Shades of Fuchsia #C83ABA

Tints of Fuchsia #C83ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 45.05%
G = 13.06%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C83ABA (or 0xC83ABA) is known color: Fuchsia. HEX triplet: C8, 3A and BA. RGB value is (200,58,186). Sum of RGB (Red+Green+Blue) = 200+58+186=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C83ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83ABA is #37C545. Grayscale: #727272. Windows color (decimal): -3654982 or 12204744. OLE color: 12204744.

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

Color convert

RGB 200 58 186 -
CMYK 0 0.71 0.07 0.22
HSL 305.92º 0.56% 0.51% -
HSV(B) 305.92º 0.71% 0.78% -
XYZ 34.2 18.85 48.29 -
YUV 115.05 168.04 188.59 -
System Red Green Blue C M Y K H S L
Decimal 200 58 186 0 0.71 0.07 0.22 305.92 0.56 0.51
Hex C8 3A BA 0 47 7 16 132 38 33
Octal 310 72 272 0 107 7 26 462 70 63
Binary 11001000 111010 10111010 0 1000111 111 10110 100110010 111000 110011

Color Harmonies of #C83ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83ABA

Black with #C83ABA

Text Example


Text Example

White with #C83ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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