Html Css Color HEX #C832C5 Fuchsia

📋 copy color: '#C832C5'

red 200 ◦ green 50 ◦ blue 197

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

Shades of Fuchsia #C832C5

Tints of Fuchsia #C832C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.07%

R = 44.74%
G = 11.19%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C832C5 (or 0xC832C5) is known color: Fuchsia. HEX triplet: C8, 32 and C5. RGB value is (200,50,197). Sum of RGB (Red+Green+Blue) = 200+50+197=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C832C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832C5 is #37CD3A. Grayscale: #6F6F6F. Windows color (decimal): -3657019 or 12923592. OLE color: 12923592.

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

Color convert

RGB 200 50 197 -
CMYK 0 0.75 0.02 0.22
HSL 301.2º 0.6% 0.49% -
HSV(B) 301.2º 0.75% 0.78% -
XYZ 35.04 18.59 54.57 -
YUV 111.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 200 50 197 0 0.75 0.02 0.22 301.2 0.6 0.49
Hex C8 32 C5 0 4B 2 16 12D 3C 31
Octal 310 62 305 0 113 2 26 455 74 61
Binary 11001000 110010 11000101 0 1001011 10 10110 100101101 111100 110001

Color Harmonies of #C832C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C832C5

Black with #C832C5

Text Example


Text Example

White with #C832C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C832C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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