Html Css Color HEX #C832C0 Fuchsia

📋 copy color: '#C832C0'

red 200 ◦ green 50 ◦ blue 192

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

Shades of Fuchsia #C832C0

Tints of Fuchsia #C832C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.44%

R = 45.25%
G = 11.31%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C832C0 (or 0xC832C0) is known color: Fuchsia. HEX triplet: C8, 32 and C0. RGB value is (200,50,192). Sum of RGB (Red+Green+Blue) = 200+50+192=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C832C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832C0 is #37CD3F. Grayscale: #6E6E6E. Windows color (decimal): -3657024 or 12595912. OLE color: 12595912.

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

Color convert

RGB 200 50 192 -
CMYK 0 0.75 0.04 0.22
HSL 303.2º 0.6% 0.49% -
HSV(B) 303.2º 0.75% 0.78% -
XYZ 34.47 18.37 51.6 -
YUV 111.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 200 50 192 0 0.75 0.04 0.22 303.2 0.6 0.49
Hex C8 32 C0 0 4B 4 16 12F 3C 31
Octal 310 62 300 0 113 4 26 457 74 61
Binary 11001000 110010 11000000 0 1001011 100 10110 100101111 111100 110001

Color Harmonies of #C832C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C832C0

Black with #C832C0

Text Example


Text Example

White with #C832C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C832C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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