Html Css Color HEX #C140BC Fuchsia

📋 copy color: '#C140BC'

red 193 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #C140BC

Tints of Fuchsia #C140BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 43.37%
G = 14.38%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C140BC (or 0xC140BC) is known color: Fuchsia. HEX triplet: C1, 40 and BC. RGB value is (193,64,188). Sum of RGB (Red+Green+Blue) = 193+64+188=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C140BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140BC is #3EBF43. Grayscale: #747474. Windows color (decimal): -4112196 or 12337345. OLE color: 12337345.

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

Color convert

RGB 193 64 188 -
CMYK 0 0.67 0.03 0.24
HSL 302.33º 0.51% 0.5% -
HSV(B) 302.33º 0.67% 0.76% -
XYZ 32.9 18.64 49.44 -
YUV 116.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 193 64 188 0 0.67 0.03 0.24 302.33 0.51 0.5
Hex C1 40 BC 0 43 3 18 12E 33 32
Octal 301 100 274 0 103 3 30 456 63 62
Binary 11000001 1000000 10111100 0 1000011 11 11000 100101110 110011 110010

Color Harmonies of #C140BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140BC

Black with #C140BC

Text Example


Text Example

White with #C140BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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