Html Css Color HEX #C83FC0 Fuchsia

📋 copy color: '#C83FC0'

red 200 ◦ green 63 ◦ blue 192

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

Shades of Fuchsia #C83FC0

Tints of Fuchsia #C83FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.2%

R = 43.96%
G = 13.85%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C83FC0 (or 0xC83FC0) is known color: Fuchsia. HEX triplet: C8, 3F and C0. RGB value is (200,63,192). Sum of RGB (Red+Green+Blue) = 200+63+192=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FC0 is #37C03F. Grayscale: #767676. Windows color (decimal): -3653696 or 12599240. OLE color: 12599240.

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

Color convert

RGB 200 63 192 -
CMYK 0 0.68 0.04 0.22
HSL 303.5º 0.55% 0.52% -
HSV(B) 303.5º 0.69% 0.78% -
XYZ 35.11 19.64 51.81 -
YUV 118.67 169.39 186.01 -
System Red Green Blue C M Y K H S L
Decimal 200 63 192 0 0.68 0.04 0.22 303.5 0.55 0.52
Hex C8 3F C0 0 44 4 16 130 37 34
Octal 310 77 300 0 104 4 26 460 67 64
Binary 11001000 111111 11000000 0 1000100 100 10110 100110000 110111 110100

Color Harmonies of #C83FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83FC0

Black with #C83FC0

Text Example


Text Example

White with #C83FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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