Html Css Color HEX #C832C7 Fuchsia

📋 copy color: '#C832C7'

red 200 ◦ green 50 ◦ blue 199

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

Shades of Fuchsia #C832C7

Tints of Fuchsia #C832C7

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.14%

 BLUE value IS 199 (78.13% from 255) = 44.32%

R = 44.54%
G = 11.14%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C832C7 (or 0xC832C7) is known color: Fuchsia. HEX triplet: C8, 32 and C7. RGB value is (200,50,199). Sum of RGB (Red+Green+Blue) = 200+50+199=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C832C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832C7 is #37CD38. Grayscale: #6F6F6F. Windows color (decimal): -3657017 or 13054664. OLE color: 13054664.

HSL color Cylindrical-coordinate representation of color #C832C7: hue angle of 300.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C832C7 is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 50 199 -
CMYK 0 0.75 0.00 0.22
HSL 300.4º 0.6% 0.49% -
HSV(B) 300.4º 0.75% 0.78% -
XYZ 35.27 18.68 55.78 -
YUV 111.84 177.2 190.88 -
System Red Green Blue C M Y K H S L
Decimal 200 50 199 0 0.75 0.00 0.22 300.4 0.6 0.49
Hex C8 32 C7 0 4B 0 16 12C 3C 31
Octal 310 62 307 0 113 0 26 454 74 61
Binary 11001000 110010 11000111 0 1001011 0 10110 100101100 111100 110001

Color Harmonies of #C832C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C832C7

Black with #C832C7

Text Example


Text Example

White with #C832C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C832C7; }

 p { color: rgb(200,50,199); }

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

background-color css

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

 a { background-color: rgb(200,50,199); }

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

border-color css

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

 span { border-color: rgb(200,50,199); }

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