Html Css Color HEX #C83AB2 Fuchsia

📋 copy color: '#C83AB2'

red 200 ◦ green 58 ◦ blue 178

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

Shades of Fuchsia #C83AB2

Tints of Fuchsia #C83AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 45.87%
G = 13.3%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C83AB2 (or 0xC83AB2) is known color: Fuchsia. HEX triplet: C8, 3A and B2. RGB value is (200,58,178). Sum of RGB (Red+Green+Blue) = 200+58+178=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C83AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83AB2 is #37C54D. Grayscale: #717171. Windows color (decimal): -3654990 or 11680456. OLE color: 11680456.

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

Color convert

RGB 200 58 178 -
CMYK 0 0.71 0.11 0.22
HSL 309.3º 0.56% 0.51% -
HSV(B) 309.3º 0.71% 0.78% -
XYZ 33.37 18.52 43.94 -
YUV 114.14 164.04 189.24 -
System Red Green Blue C M Y K H S L
Decimal 200 58 178 0 0.71 0.11 0.22 309.3 0.56 0.51
Hex C8 3A B2 0 47 B 16 135 38 33
Octal 310 72 262 0 107 13 26 465 70 63
Binary 11001000 111010 10110010 0 1000111 1011 10110 100110101 111000 110011

Color Harmonies of #C83AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83AB2

Black with #C83AB2

Text Example


Text Example

White with #C83AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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