Html Css Color HEX #C141B2 Fuchsia

📋 copy color: '#C141B2'

red 193 ◦ green 65 ◦ blue 178

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

Shades of Fuchsia #C141B2

Tints of Fuchsia #C141B2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.91%

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

R = 44.27%
G = 14.91%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C141B2 (or 0xC141B2) is known color: Fuchsia. HEX triplet: C1, 41 and B2. RGB value is (193,65,178). Sum of RGB (Red+Green+Blue) = 193+65+178=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C141B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C141B2 is #3EBE4D. Grayscale: #737373. Windows color (decimal): -4111950 or 11682241. OLE color: 11682241.

HSL color Cylindrical-coordinate representation of color #C141B2: hue angle of 307.03º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C141B2 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 65 178 -
CMYK 0 0.66 0.08 0.24
HSL 307.03º 0.51% 0.51% -
HSV(B) 307.03º 0.66% 0.76% -
XYZ 31.92 18.33 43.98 -
YUV 116.15 162.91 182.81 -
System Red Green Blue C M Y K H S L
Decimal 193 65 178 0 0.66 0.08 0.24 307.03 0.51 0.51
Hex C1 41 B2 0 42 8 18 133 33 33
Octal 301 101 262 0 102 10 30 463 63 63
Binary 11000001 1000001 10110010 0 1000010 1000 11000 100110011 110011 110011

Color Harmonies of #C141B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C141B2

Black with #C141B2

Text Example


Text Example

White with #C141B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C141B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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