Html Css Color HEX #C132B2 Fuchsia

📋 copy color: '#C132B2'

red 193 ◦ green 50 ◦ blue 178

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

Shades of Fuchsia #C132B2

Tints of Fuchsia #C132B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.28%

R = 45.84%
G = 11.88%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C132B2 (or 0xC132B2) is known color: Fuchsia. HEX triplet: C1, 32 and B2. RGB value is (193,50,178). Sum of RGB (Red+Green+Blue) = 193+50+178=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C132B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C132B2 is #3ECD4D. Grayscale: #6A6A6A. Windows color (decimal): -4115790 or 11678401. OLE color: 11678401.

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

Color convert

RGB 193 50 178 -
CMYK 0 0.74 0.08 0.24
HSL 306.29º 0.59% 0.48% -
HSV(B) 306.29º 0.74% 0.76% -
XYZ 31.17 16.83 43.73 -
YUV 107.35 167.88 189.09 -
System Red Green Blue C M Y K H S L
Decimal 193 50 178 0 0.74 0.08 0.24 306.29 0.59 0.48
Hex C1 32 B2 0 4A 8 18 132 3B 30
Octal 301 62 262 0 112 10 30 462 73 60
Binary 11000001 110010 10110010 0 1001010 1000 11000 100110010 111011 110000

Color Harmonies of #C132B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C132B2

Black with #C132B2

Text Example


Text Example

White with #C132B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C132B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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