Html Css Color HEX #C832B5 Fuchsia

📋 copy color: '#C832B5'

red 200 ◦ green 50 ◦ blue 181

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

Shades of Fuchsia #C832B5

Tints of Fuchsia #C832B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42%

R = 46.4%
G = 11.6%
B = 42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C832B5 (or 0xC832B5) is known color: Fuchsia. HEX triplet: C8, 32 and B5. RGB value is (200,50,181). Sum of RGB (Red+Green+Blue) = 200+50+181=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C832B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832B5 is #37CD4A. Grayscale: #6D6D6D. Windows color (decimal): -3657035 or 11875016. OLE color: 11875016.

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

Color convert

RGB 200 50 181 -
CMYK 0 0.75 0.09 0.22
HSL 307.6º 0.6% 0.49% -
HSV(B) 307.6º 0.75% 0.78% -
XYZ 33.3 17.9 45.42 -
YUV 109.78 168.2 192.35 -
System Red Green Blue C M Y K H S L
Decimal 200 50 181 0 0.75 0.09 0.22 307.6 0.6 0.49
Hex C8 32 B5 0 4B 9 16 134 3C 31
Octal 310 62 265 0 113 11 26 464 74 61
Binary 11001000 110010 10110101 0 1001011 1001 10110 100110100 111100 110001

Color Harmonies of #C832B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C832B5

Black with #C832B5

Text Example


Text Example

White with #C832B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C832B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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