Html Css Color HEX #C832B0 Fuchsia

📋 copy color: '#C832B0'

red 200 ◦ green 50 ◦ blue 176

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

Shades of Fuchsia #C832B0

Tints of Fuchsia #C832B0

RGB

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

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

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

R = 46.95%
G = 11.74%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C832B0 (or 0xC832B0) is known color: Fuchsia. HEX triplet: C8, 32 and B0. RGB value is (200,50,176). Sum of RGB (Red+Green+Blue) = 200+50+176=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C832B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C832B0 is #37CD4F. Grayscale: #6C6C6C. Windows color (decimal): -3657040 or 11547336. OLE color: 11547336.

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

Color convert

RGB 200 50 176 -
CMYK 0 0.75 0.12 0.22
HSL 309.6º 0.6% 0.49% -
HSV(B) 309.6º 0.75% 0.78% -
XYZ 32.8 17.7 42.76 -
YUV 109.21 165.7 192.75 -
System Red Green Blue C M Y K H S L
Decimal 200 50 176 0 0.75 0.12 0.22 309.6 0.6 0.49
Hex C8 32 B0 0 4B C 16 136 3C 31
Octal 310 62 260 0 113 14 26 466 74 61
Binary 11001000 110010 10110000 0 1001011 1100 10110 100110110 111100 110001

Color Harmonies of #C832B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C832B0

Black with #C832B0

Text Example


Text Example

White with #C832B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C832B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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