Html Css Color HEX #C832B2 Fuchsia

📋 copy color: '#C832B2'

red 200 ◦ green 50 ◦ blue 178

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

Shades of Fuchsia #C832B2

Tints of Fuchsia #C832B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.59%

R = 46.73%
G = 11.68%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C832B2 (or 0xC832B2) is known color: Fuchsia. HEX triplet: C8, 32 and B2. RGB value is (200,50,178). Sum of RGB (Red+Green+Blue) = 200+50+178=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C832B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C832B2 is #37CD4D. Grayscale: #6D6D6D. Windows color (decimal): -3657038 or 11678408. OLE color: 11678408.

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

Color convert

RGB 200 50 178 -
CMYK 0 0.75 0.11 0.22
HSL 308.8º 0.6% 0.49% -
HSV(B) 308.8º 0.75% 0.78% -
XYZ 33 17.77 43.81 -
YUV 109.44 166.7 192.59 -
System Red Green Blue C M Y K H S L
Decimal 200 50 178 0 0.75 0.11 0.22 308.8 0.6 0.49
Hex C8 32 B2 0 4B B 16 135 3C 31
Octal 310 62 262 0 113 13 26 465 74 61
Binary 11001000 110010 10110010 0 1001011 1011 10110 100110101 111100 110001

Color Harmonies of #C832B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C832B2

Black with #C832B2

Text Example


Text Example

White with #C832B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C832B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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