Html Css Color HEX #C140CD Fuchsia

📋 copy color: '#C140CD'

red 193 ◦ green 64 ◦ blue 205

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

Shades of Fuchsia #C140CD

Tints of Fuchsia #C140CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 41.77%
G = 13.85%
B = 44.37%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C140CD (or 0xC140CD) is known color: Fuchsia. HEX triplet: C1, 40 and CD. RGB value is (193,64,205). Sum of RGB (Red+Green+Blue) = 193+64+205=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #C140CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140CD is #3EBF32. Grayscale: #767676. Windows color (decimal): -4112179 or 13451457. OLE color: 13451457.

HSL color Cylindrical-coordinate representation of color #C140CD: hue angle of 294.89º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C140CD is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 64 205 -
CMYK 0.06 0.69 0 0.20
HSL 294.89º 0.59% 0.53% -
HSV(B) 294.89º 0.69% 0.8% -
XYZ 34.85 19.41 59.67 -
YUV 118.65 176.74 181.04 -
System Red Green Blue C M Y K H S L
Decimal 193 64 205 0.06 0.69 0 0.20 294.89 0.59 0.53
Hex C1 40 CD 6 45 0 14 127 3B 35
Octal 301 100 315 6 105 0 24 447 73 65
Binary 11000001 1000000 11001101 110 1000101 0 10100 100100111 111011 110101

Color Harmonies of #C140CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140CD

Black with #C140CD

Text Example


Text Example

White with #C140CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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