Html Css Color HEX #C032BA Fuchsia

📋 copy color: '#C032BA'

red 192 ◦ green 50 ◦ blue 186

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

Shades of Fuchsia #C032BA

Tints of Fuchsia #C032BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 44.86%
G = 11.68%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C032BA (or 0xC032BA) is known color: Fuchsia. HEX triplet: C0, 32 and BA. RGB value is (192,50,186). Sum of RGB (Red+Green+Blue) = 192+50+186=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C032BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032BA is #3FCD45. Grayscale: #6B6B6B. Windows color (decimal): -4181318 or 12202688. OLE color: 12202688.

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

Color convert

RGB 192 50 186 -
CMYK 0 0.74 0.03 0.25
HSL 302.54º 0.59% 0.47% -
HSV(B) 302.54º 0.74% 0.75% -
XYZ 31.74 17.03 48.07 -
YUV 107.96 172.04 187.94 -
System Red Green Blue C M Y K H S L
Decimal 192 50 186 0 0.74 0.03 0.25 302.54 0.59 0.47
Hex C0 32 BA 0 4A 3 19 12F 3B 2F
Octal 300 62 272 0 112 3 31 457 73 57
Binary 11000000 110010 10111010 0 1001010 11 11001 100101111 111011 101111

Color Harmonies of #C032BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032BA

Black with #C032BA

Text Example


Text Example

White with #C032BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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