Html Css Color HEX #C144B2 Fuchsia

📋 copy color: '#C144B2'

red 193 ◦ green 68 ◦ blue 178

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

Shades of Fuchsia #C144B2

Tints of Fuchsia #C144B2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.49%

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

R = 43.96%
G = 15.49%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C144B2 (or 0xC144B2) is known color: Fuchsia. HEX triplet: C1, 44 and B2. RGB value is (193,68,178). Sum of RGB (Red+Green+Blue) = 193+68+178=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C144B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C144B2 is #3EBB4D. Grayscale: #757575. Windows color (decimal): -4111182 or 11683009. OLE color: 11683009.

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

Color convert

RGB 193 68 178 -
CMYK 0 0.65 0.08 0.24
HSL 307.2º 0.5% 0.51% -
HSV(B) 307.2º 0.65% 0.76% -
XYZ 32.1 18.69 44.03 -
YUV 117.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 193 68 178 0 0.65 0.08 0.24 307.2 0.5 0.51
Hex C1 44 B2 0 41 8 18 133 32 33
Octal 301 104 262 0 101 10 30 463 62 63
Binary 11000001 1000100 10110010 0 1000001 1000 11000 100110011 110010 110011

Color Harmonies of #C144B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144B2

Black with #C144B2

Text Example


Text Example

White with #C144B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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