Html Css Color HEX #C032B0 Fuchsia

📋 copy color: '#C032B0'

red 192 ◦ green 50 ◦ blue 176

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

Shades of Fuchsia #C032B0

Tints of Fuchsia #C032B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 45.93%
G = 11.96%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C032B0 (or 0xC032B0) is known color: Fuchsia. HEX triplet: C0, 32 and B0. RGB value is (192,50,176). Sum of RGB (Red+Green+Blue) = 192+50+176=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C032B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C032B0 is #3FCD4F. Grayscale: #6A6A6A. Windows color (decimal): -4181328 or 11547328. OLE color: 11547328.

HSL color Cylindrical-coordinate representation of color #C032B0: hue angle of 306.76º 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 #C032B0 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 176 -
CMYK 0 0.74 0.08 0.25
HSL 306.76º 0.59% 0.47% -
HSV(B) 306.76º 0.74% 0.75% -
XYZ 30.72 16.62 42.66 -
YUV 106.82 167.04 188.75 -
System Red Green Blue C M Y K H S L
Decimal 192 50 176 0 0.74 0.08 0.25 306.76 0.59 0.47
Hex C0 32 B0 0 4A 8 19 133 3B 2F
Octal 300 62 260 0 112 10 31 463 73 57
Binary 11000000 110010 10110000 0 1001010 1000 11001 100110011 111011 101111

Color Harmonies of #C032B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032B0

Black with #C032B0

Text Example


Text Example

White with #C032B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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