Html Css Color HEX #C140CC Fuchsia

📋 copy color: '#C140CC'

red 193 ◦ green 64 ◦ blue 204

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

Shades of Fuchsia #C140CC

Tints of Fuchsia #C140CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 41.87%
G = 13.88%
B = 44.25%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C140CC (or 0xC140CC) is known color: Fuchsia. HEX triplet: C1, 40 and CC. RGB value is (193,64,204). Sum of RGB (Red+Green+Blue) = 193+64+204=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #C140CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140CC is #3EBF33. Grayscale: #767676. Windows color (decimal): -4112180 or 13385921. OLE color: 13385921.

HSL color Cylindrical-coordinate representation of color #C140CC: hue angle of 295.29º degrees, saturation: 0.58, 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 #C140CC is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 64 204 -
CMYK 0.05 0.69 0 0.2
HSL 295.29º 0.58% 0.53% -
HSV(B) 295.29º 0.69% 0.8% -
XYZ 34.72 19.36 59.03 -
YUV 118.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 193 64 204 0.05 0.69 0 0.2 295.29 0.58 0.53
Hex C1 40 CC 5 45 0 14 127 3A 35
Octal 301 100 314 5 105 0 24 447 72 65
Binary 11000001 1000000 11001100 101 1000101 0 10100 100100111 111010 110101

Color Harmonies of #C140CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140CC

Black with #C140CC

Text Example


Text Example

White with #C140CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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