Html Css Color HEX #C032BE Fuchsia

📋 copy color: '#C032BE'

red 192 ◦ green 50 ◦ blue 190

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

Shades of Fuchsia #C032BE

Tints of Fuchsia #C032BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 44.44%
G = 11.57%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C032BE (or 0xC032BE) is known color: Fuchsia. HEX triplet: C0, 32 and BE. RGB value is (192,50,190). Sum of RGB (Red+Green+Blue) = 192+50+190=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C032BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032BE is #3FCD41. Grayscale: #6C6C6C. Windows color (decimal): -4181314 or 12464832. OLE color: 12464832.

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

Color convert

RGB 192 50 190 -
CMYK 0 0.74 0.01 0.25
HSL 300.85º 0.59% 0.47% -
HSV(B) 300.85º 0.74% 0.75% -
XYZ 32.17 17.21 50.34 -
YUV 108.42 174.04 187.62 -
System Red Green Blue C M Y K H S L
Decimal 192 50 190 0 0.74 0.01 0.25 300.85 0.59 0.47
Hex C0 32 BE 0 4A 1 19 12D 3B 2F
Octal 300 62 276 0 112 1 31 455 73 57
Binary 11000000 110010 10111110 0 1001010 1 11001 100101101 111011 101111

Color Harmonies of #C032BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032BE

Black with #C032BE

Text Example


Text Example

White with #C032BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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