Html Css Color HEX #C140C9 Fuchsia

📋 copy color: '#C140C9'

red 193 ◦ green 64 ◦ blue 201

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

Shades of Fuchsia #C140C9

Tints of Fuchsia #C140C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.89%

R = 42.14%
G = 13.97%
B = 43.89%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C140C9 (or 0xC140C9) is known color: Fuchsia. HEX triplet: C1, 40 and C9. RGB value is (193,64,201). Sum of RGB (Red+Green+Blue) = 193+64+201=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #C140C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140C9 is #3EBF36. Grayscale: #757575. Windows color (decimal): -4112183 or 13189313. OLE color: 13189313.

HSL color Cylindrical-coordinate representation of color #C140C9: hue angle of 296.5º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C140C9 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 64 201 -
CMYK 0.04 0.68 0 0.21
HSL 296.5º 0.56% 0.52% -
HSV(B) 296.5º 0.68% 0.79% -
XYZ 34.37 19.22 57.16 -
YUV 118.19 174.74 181.36 -
System Red Green Blue C M Y K H S L
Decimal 193 64 201 0.04 0.68 0 0.21 296.5 0.56 0.52
Hex C1 40 C9 4 44 0 15 128 38 34
Octal 301 100 311 4 104 0 25 450 70 64
Binary 11000001 1000000 11001001 100 1000100 0 10101 100101000 111000 110100

Color Harmonies of #C140C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140C9

Black with #C140C9

Text Example


Text Example

White with #C140C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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