Html Css Color HEX #C141CC Fuchsia

📋 copy color: '#C141CC'

red 193 ◦ green 65 ◦ blue 204

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

Shades of Fuchsia #C141CC

Tints of Fuchsia #C141CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.07%

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

R = 41.77%
G = 14.07%
B = 44.16%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C141CC (or 0xC141CC) is known color: Fuchsia. HEX triplet: C1, 41 and CC. RGB value is (193,65,204). Sum of RGB (Red+Green+Blue) = 193+65+204=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #C141CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141CC is #3EBE33. Grayscale: #767676. Windows color (decimal): -4111924 or 13386177. OLE color: 13386177.

HSL color Cylindrical-coordinate representation of color #C141CC: hue angle of 295.25º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C141CC is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 65 204 -
CMYK 0.05 0.68 0 0.2
HSL 295.25º 0.58% 0.53% -
HSV(B) 295.25º 0.68% 0.8% -
XYZ 34.78 19.48 59.05 -
YUV 119.12 175.91 180.7 -
System Red Green Blue C M Y K H S L
Decimal 193 65 204 0.05 0.68 0 0.2 295.25 0.58 0.53
Hex C1 41 CC 5 44 0 14 127 3A 35
Octal 301 101 314 5 104 0 24 447 72 65
Binary 11000001 1000001 11001100 101 1000100 0 10100 100100111 111010 110101

Color Harmonies of #C141CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C141CC

Black with #C141CC

Text Example


Text Example

White with #C141CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C141CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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