Html Css Color HEX #C83FB0 Fuchsia

📋 copy color: '#C83FB0'

red 200 ◦ green 63 ◦ blue 176

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

Shades of Fuchsia #C83FB0

Tints of Fuchsia #C83FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.09%

R = 45.56%
G = 14.35%
B = 40.09%

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

#C83FB0 (or 0xC83FB0) is known color: Fuchsia. HEX triplet: C8, 3F and B0. RGB value is (200,63,176). Sum of RGB (Red+Green+Blue) = 200+63+176=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83FB0 is #37C04F. Grayscale: #747474. Windows color (decimal): -3653712 or 11550664. OLE color: 11550664.

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

Color convert

RGB 200 63 176 -
CMYK 0 0.68 0.12 0.22
HSL 310.51º 0.55% 0.52% -
HSV(B) 310.51º 0.69% 0.78% -
XYZ 33.43 18.97 42.97 -
YUV 116.85 161.39 187.31 -
System Red Green Blue C M Y K H S L
Decimal 200 63 176 0 0.68 0.12 0.22 310.51 0.55 0.52
Hex C8 3F B0 0 44 C 16 137 37 34
Octal 310 77 260 0 104 14 26 467 67 64
Binary 11001000 111111 10110000 0 1000100 1100 10110 100110111 110111 110100

Color Harmonies of #C83FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83FB0

Black with #C83FB0

Text Example


Text Example

White with #C83FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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