Html Css Color HEX #C140BD Fuchsia

📋 copy color: '#C140BD'

red 193 ◦ green 64 ◦ blue 189

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

Shades of Fuchsia #C140BD

Tints of Fuchsia #C140BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.38%

R = 43.27%
G = 14.35%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C140BD (or 0xC140BD) is known color: Fuchsia. HEX triplet: C1, 40 and BD. RGB value is (193,64,189). Sum of RGB (Red+Green+Blue) = 193+64+189=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C140BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140BD is #3EBF42. Grayscale: #747474. Windows color (decimal): -4112195 or 12402881. OLE color: 12402881.

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

Color convert

RGB 193 64 189 -
CMYK 0 0.67 0.02 0.24
HSL 301.86º 0.51% 0.5% -
HSV(B) 301.86º 0.67% 0.76% -
XYZ 33.01 18.68 50.01 -
YUV 116.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 193 64 189 0 0.67 0.02 0.24 301.86 0.51 0.5
Hex C1 40 BD 0 43 2 18 12E 33 32
Octal 301 100 275 0 103 2 30 456 63 62
Binary 11000001 1000000 10111101 0 1000011 10 11000 100101110 110011 110010

Color Harmonies of #C140BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140BD

Black with #C140BD

Text Example


Text Example

White with #C140BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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