Html Css Color HEX #C145BD Fuchsia

📋 copy color: '#C145BD'

red 193 ◦ green 69 ◦ blue 189

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

Shades of Fuchsia #C145BD

Tints of Fuchsia #C145BD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.3%

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

R = 42.79%
G = 15.3%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C145BD (or 0xC145BD) is known color: Fuchsia. HEX triplet: C1, 45 and BD. RGB value is (193,69,189). Sum of RGB (Red+Green+Blue) = 193+69+189=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C145BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145BD is #3EBA42. Grayscale: #777777. Windows color (decimal): -4110915 or 12404161. OLE color: 12404161.

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

Color convert

RGB 193 69 189 -
CMYK 0 0.64 0.02 0.24
HSL 301.94º 0.5% 0.51% -
HSV(B) 301.94º 0.64% 0.76% -
XYZ 33.31 19.27 50.11 -
YUV 119.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 193 69 189 0 0.64 0.02 0.24 301.94 0.5 0.51
Hex C1 45 BD 0 40 2 18 12E 32 33
Octal 301 105 275 0 100 2 30 456 62 63
Binary 11000001 1000101 10111101 0 1000000 10 11000 100101110 110010 110011

Color Harmonies of #C145BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145BD

Black with #C145BD

Text Example


Text Example

White with #C145BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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