Html Css Color HEX #C032C0 Fuchsia

📋 copy color: '#C032C0'

red 192 ◦ green 50 ◦ blue 192

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

Shades of Fuchsia #C032C0

Tints of Fuchsia #C032C0

RGB

 RED value IS 192 (75.39% from 255) = 44.24%

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

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

R = 44.24%
G = 11.52%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C032C0 (or 0xC032C0) is known color: Fuchsia. HEX triplet: C0, 32 and C0. RGB value is (192,50,192). Sum of RGB (Red+Green+Blue) = 192+50+192=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C032C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032C0 is #3FCD3F. Grayscale: #6C6C6C. Windows color (decimal): -4181312 or 12595904. OLE color: 12595904.

HSL color Cylindrical-coordinate representation of color #C032C0: hue angle of 300º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C032C0 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 192 -
CMYK 0 0.74 0 0.25
HSL 300º 0.59% 0.47% -
HSV(B) 300º 0.74% 0.75% -
XYZ 32.39 17.29 51.5 -
YUV 108.65 175.04 187.45 -
System Red Green Blue C M Y K H S L
Decimal 192 50 192 0 0.74 0 0.25 300 0.59 0.47
Hex C0 32 C0 0 4A 0 19 12C 3B 2F
Octal 300 62 300 0 112 0 31 454 73 57
Binary 11000000 110010 11000000 0 1001010 0 11001 100101100 111011 101111

Color Harmonies of #C032C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032C0

Black with #C032C0

Text Example


Text Example

White with #C032C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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