Html Css Color HEX #C132BC Fuchsia

📋 copy color: '#C132BC'

red 193 ◦ green 50 ◦ blue 188

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

Shades of Fuchsia #C132BC

Tints of Fuchsia #C132BC

RGB

 RED value IS 193 (75.78% from 255) = 44.78%

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

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 44.78%
G = 11.6%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C132BC (or 0xC132BC) is known color: Fuchsia. HEX triplet: C1, 32 and BC. RGB value is (193,50,188). Sum of RGB (Red+Green+Blue) = 193+50+188=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C132BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132BC is #3ECD43. Grayscale: #6C6C6C. Windows color (decimal): -4115780 or 12333761. OLE color: 12333761.

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

Color convert

RGB 193 50 188 -
CMYK 0 0.74 0.03 0.24
HSL 302.1º 0.59% 0.48% -
HSV(B) 302.1º 0.74% 0.76% -
XYZ 32.21 17.25 49.21 -
YUV 108.49 172.88 188.28 -
System Red Green Blue C M Y K H S L
Decimal 193 50 188 0 0.74 0.03 0.24 302.1 0.59 0.48
Hex C1 32 BC 0 4A 3 18 12E 3B 30
Octal 301 62 274 0 112 3 30 456 73 60
Binary 11000001 110010 10111100 0 1001010 11 11000 100101110 111011 110000

Color Harmonies of #C132BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C132BC

Black with #C132BC

Text Example


Text Example

White with #C132BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C132BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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