Html Css Color HEX #C140B2 Fuchsia

📋 copy color: '#C140B2'

red 193 ◦ green 64 ◦ blue 178

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

Shades of Fuchsia #C140B2

Tints of Fuchsia #C140B2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.71%

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

R = 44.37%
G = 14.71%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C140B2 (or 0xC140B2) is known color: Fuchsia. HEX triplet: C1, 40 and B2. RGB value is (193,64,178). Sum of RGB (Red+Green+Blue) = 193+64+178=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C140B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C140B2 is #3EBF4D. Grayscale: #737373. Windows color (decimal): -4112206 or 11681985. OLE color: 11681985.

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

Color convert

RGB 193 64 178 -
CMYK 0 0.67 0.08 0.24
HSL 306.98º 0.51% 0.5% -
HSV(B) 306.98º 0.67% 0.76% -
XYZ 31.86 18.22 43.96 -
YUV 115.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 193 64 178 0 0.67 0.08 0.24 306.98 0.51 0.5
Hex C1 40 B2 0 43 8 18 133 33 32
Octal 301 100 262 0 103 10 30 463 63 62
Binary 11000001 1000000 10110010 0 1000011 1000 11000 100110011 110011 110010

Color Harmonies of #C140B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140B2

Black with #C140B2

Text Example


Text Example

White with #C140B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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