Html Css Color HEX #C83FB1 Fuchsia

📋 copy color: '#C83FB1'

red 200 ◦ green 63 ◦ blue 177

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

Shades of Fuchsia #C83FB1

Tints of Fuchsia #C83FB1

RGB

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

 GREEN value IS 63 (25% from 255) = 14.32%

 BLUE value IS 177 (69.53% from 255) = 40.23%

R = 45.45%
G = 14.32%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C83FB1 (or 0xC83FB1) is known color: Fuchsia. HEX triplet: C8, 3F and B1. RGB value is (200,63,177). Sum of RGB (Red+Green+Blue) = 200+63+177=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83FB1 is #37C04E. Grayscale: #747474. Windows color (decimal): -3653711 or 11616200. OLE color: 11616200.

HSL color Cylindrical-coordinate representation of color #C83FB1: hue angle of 310.07º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83FB1 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 63 177 -
CMYK 0 0.68 0.12 0.22
HSL 310.07º 0.55% 0.52% -
HSV(B) 310.07º 0.69% 0.78% -
XYZ 33.53 19.01 43.5 -
YUV 116.96 161.89 187.23 -
System Red Green Blue C M Y K H S L
Decimal 200 63 177 0 0.68 0.12 0.22 310.07 0.55 0.52
Hex C8 3F B1 0 44 C 16 136 37 34
Octal 310 77 261 0 104 14 26 466 67 64
Binary 11001000 111111 10110001 0 1000100 1100 10110 100110110 110111 110100

Color Harmonies of #C83FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83FB1

Black with #C83FB1

Text Example


Text Example

White with #C83FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83FB1; }

 p { color: rgb(200,63,177); }

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

background-color css

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

 a { background-color: rgb(200,63,177); }

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

border-color css

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

 span { border-color: rgb(200,63,177); }

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