Html Css Color HEX #C831CF Fuchsia

📋 copy color: '#C831CF'

red 200 ◦ green 49 ◦ blue 207

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

Shades of Fuchsia #C831CF

Tints of Fuchsia #C831CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.75%

 BLUE value IS 207 (81.25% from 255) = 45.39%

R = 43.86%
G = 10.75%
B = 45.39%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C831CF (or 0xC831CF) is known color: Fuchsia. HEX triplet: C8, 31 and CF. RGB value is (200,49,207). Sum of RGB (Red+Green+Blue) = 200+49+207=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #C831CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831CF is #37CE30. Grayscale: #6F6F6F. Windows color (decimal): -3657265 or 13578696. OLE color: 13578696.

HSL color Cylindrical-coordinate representation of color #C831CF: hue angle of 297.34º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C831CF is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 49 207 -
CMYK 0.03 0.76 0 0.19
HSL 297.34º 0.62% 0.5% -
HSV(B) 297.34º 0.76% 0.81% -
XYZ 36.18 18.98 60.79 -
YUV 112.16 181.53 190.65 -
System Red Green Blue C M Y K H S L
Decimal 200 49 207 0.03 0.76 0 0.19 297.34 0.62 0.5
Hex C8 31 CF 3 4C 0 13 129 3E 32
Octal 310 61 317 3 114 0 23 451 76 62
Binary 11001000 110001 11001111 11 1001100 0 10011 100101001 111110 110010

Color Harmonies of #C831CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C831CF

Black with #C831CF

Text Example


Text Example

White with #C831CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C831CF; }

 p { color: rgb(200,49,207); }

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

background-color css

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

 a { background-color: rgb(200,49,207); }

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

border-color css

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

 span { border-color: rgb(200,49,207); }

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