Html Css Color HEX #C032C1 Fuchsia

📋 copy color: '#C032C1'

red 192 ◦ green 50 ◦ blue 193

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

Shades of Fuchsia #C032C1

Tints of Fuchsia #C032C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.37%

R = 44.14%
G = 11.49%
B = 44.37%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C032C1 (or 0xC032C1) is known color: Fuchsia. HEX triplet: C0, 32 and C1. RGB value is (192,50,193). Sum of RGB (Red+Green+Blue) = 192+50+193=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #C032C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032C1 is #3FCD3E. Grayscale: #6C6C6C. Windows color (decimal): -4181311 or 12661440. OLE color: 12661440.

HSL color Cylindrical-coordinate representation of color #C032C1: hue angle of 299.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C032C1 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 50 193 -
CMYK 0.01 0.74 0 0.24
HSL 299.58º 0.59% 0.48% -
HSV(B) 299.58º 0.74% 0.76% -
XYZ 32.5 17.34 52.09 -
YUV 108.76 175.54 187.37 -
System Red Green Blue C M Y K H S L
Decimal 192 50 193 0.01 0.74 0 0.24 299.58 0.59 0.48
Hex C0 32 C1 1 4A 0 18 12C 3B 30
Octal 300 62 301 1 112 0 30 454 73 60
Binary 11000000 110010 11000001 1 1001010 0 11000 100101100 111011 110000

Color Harmonies of #C032C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032C1

Black with #C032C1

Text Example


Text Example

White with #C032C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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