Html Css Color HEX #C140B0 Fuchsia

📋 copy color: '#C140B0'

red 193 ◦ green 64 ◦ blue 176

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

Shades of Fuchsia #C140B0

Tints of Fuchsia #C140B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.65%

R = 44.57%
G = 14.78%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C140B0 (or 0xC140B0) is known color: Fuchsia. HEX triplet: C1, 40 and B0. RGB value is (193,64,176). Sum of RGB (Red+Green+Blue) = 193+64+176=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C140B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C140B0 is #3EBF4F. Grayscale: #737373. Windows color (decimal): -4112208 or 11550913. OLE color: 11550913.

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

Color convert

RGB 193 64 176 -
CMYK 0 0.67 0.09 0.24
HSL 307.91º 0.51% 0.5% -
HSV(B) 307.91º 0.67% 0.76% -
XYZ 31.66 18.14 42.91 -
YUV 115.34 162.24 183.39 -
System Red Green Blue C M Y K H S L
Decimal 193 64 176 0 0.67 0.09 0.24 307.91 0.51 0.5
Hex C1 40 B0 0 43 9 18 134 33 32
Octal 301 100 260 0 103 11 30 464 63 62
Binary 11000001 1000000 10110000 0 1000011 1001 11000 100110100 110011 110010

Color Harmonies of #C140B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140B0

Black with #C140B0

Text Example


Text Example

White with #C140B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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