Html Css Color HEX #C832B3 Fuchsia

📋 copy color: '#C832B3'

red 200 ◦ green 50 ◦ blue 179

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

Shades of Fuchsia #C832B3

Tints of Fuchsia #C832B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.72%

R = 46.62%
G = 11.66%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C832B3 (or 0xC832B3) is known color: Fuchsia. HEX triplet: C8, 32 and B3. RGB value is (200,50,179). Sum of RGB (Red+Green+Blue) = 200+50+179=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C832B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832B3 is #37CD4C. Grayscale: #6D6D6D. Windows color (decimal): -3657037 or 11743944. OLE color: 11743944.

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

Color convert

RGB 200 50 179 -
CMYK 0 0.75 0.10 0.22
HSL 308.4º 0.6% 0.49% -
HSV(B) 308.4º 0.75% 0.78% -
XYZ 33.1 17.82 44.34 -
YUV 109.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 200 50 179 0 0.75 0.10 0.22 308.4 0.6 0.49
Hex C8 32 B3 0 4B A 16 134 3C 31
Octal 310 62 263 0 113 12 26 464 74 61
Binary 11001000 110010 10110011 0 1001011 1010 10110 100110100 111100 110001

Color Harmonies of #C832B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C832B3

Black with #C832B3

Text Example


Text Example

White with #C832B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C832B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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