Html Css Color HEX #C032BD Fuchsia

📋 copy color: '#C032BD'

red 192 ◦ green 50 ◦ blue 189

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

Shades of Fuchsia #C032BD

Tints of Fuchsia #C032BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 44.55%
G = 11.6%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C032BD (or 0xC032BD) is known color: Fuchsia. HEX triplet: C0, 32 and BD. RGB value is (192,50,189). Sum of RGB (Red+Green+Blue) = 192+50+189=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C032BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032BD is #3FCD42. Grayscale: #6B6B6B. Windows color (decimal): -4181315 or 12399296. OLE color: 12399296.

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

Color convert

RGB 192 50 189 -
CMYK 0 0.74 0.02 0.25
HSL 301.27º 0.59% 0.47% -
HSV(B) 301.27º 0.74% 0.75% -
XYZ 32.06 17.16 49.77 -
YUV 108.3 173.54 187.7 -
System Red Green Blue C M Y K H S L
Decimal 192 50 189 0 0.74 0.02 0.25 301.27 0.59 0.47
Hex C0 32 BD 0 4A 2 19 12D 3B 2F
Octal 300 62 275 0 112 2 31 455 73 57
Binary 11000000 110010 10111101 0 1001010 10 11001 100101101 111011 101111

Color Harmonies of #C032BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032BD

Black with #C032BD

Text Example


Text Example

White with #C032BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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