Html Css Color HEX #C141B7 Fuchsia

📋 copy color: '#C141B7'

red 193 ◦ green 65 ◦ blue 183

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

Shades of Fuchsia #C141B7

Tints of Fuchsia #C141B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 43.76%
G = 14.74%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C141B7 (or 0xC141B7) is known color: Fuchsia. HEX triplet: C1, 41 and B7. RGB value is (193,65,183). Sum of RGB (Red+Green+Blue) = 193+65+183=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C141B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141B7 is #3EBE48. Grayscale: #747474. Windows color (decimal): -4111945 or 12009921. OLE color: 12009921.

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

Color convert

RGB 193 65 183 -
CMYK 0 0.66 0.05 0.24
HSL 304.69º 0.51% 0.51% -
HSV(B) 304.69º 0.66% 0.76% -
XYZ 32.43 18.54 46.67 -
YUV 116.72 165.41 182.41 -
System Red Green Blue C M Y K H S L
Decimal 193 65 183 0 0.66 0.05 0.24 304.69 0.51 0.51
Hex C1 41 B7 0 42 5 18 131 33 33
Octal 301 101 267 0 102 5 30 461 63 63
Binary 11000001 1000001 10110111 0 1000010 101 11000 100110001 110011 110011

Color Harmonies of #C141B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C141B7

Black with #C141B7

Text Example


Text Example

White with #C141B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C141B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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