Html Css Color HEX #C832BC Fuchsia

📋 copy color: '#C832BC'

red 200 ◦ green 50 ◦ blue 188

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

Shades of Fuchsia #C832BC

Tints of Fuchsia #C832BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 45.66%
G = 11.42%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C832BC (or 0xC832BC) is known color: Fuchsia. HEX triplet: C8, 32 and BC. RGB value is (200,50,188). Sum of RGB (Red+Green+Blue) = 200+50+188=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C832BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832BC is #37CD43. Grayscale: #6E6E6E. Windows color (decimal): -3657028 or 12333768. OLE color: 12333768.

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

Color convert

RGB 200 50 188 -
CMYK 0 0.75 0.06 0.22
HSL 304.8º 0.6% 0.49% -
HSV(B) 304.8º 0.75% 0.78% -
XYZ 34.04 18.19 49.29 -
YUV 110.58 171.7 191.78 -
System Red Green Blue C M Y K H S L
Decimal 200 50 188 0 0.75 0.06 0.22 304.8 0.6 0.49
Hex C8 32 BC 0 4B 6 16 131 3C 31
Octal 310 62 274 0 113 6 26 461 74 61
Binary 11001000 110010 10111100 0 1001011 110 10110 100110001 111100 110001

Color Harmonies of #C832BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C832BC

Black with #C832BC

Text Example


Text Example

White with #C832BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C832BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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