Html Css Color HEX #C141CA Fuchsia

📋 copy color: '#C141CA'

red 193 ◦ green 65 ◦ blue 202

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

Shades of Fuchsia #C141CA

Tints of Fuchsia #C141CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.91%

R = 41.96%
G = 14.13%
B = 43.91%

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

#C141CA (or 0xC141CA) is known color: Fuchsia. HEX triplet: C1, 41 and CA. RGB value is (193,65,202). Sum of RGB (Red+Green+Blue) = 193+65+202=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #C141CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141CA is #3EBE35. Grayscale: #767676. Windows color (decimal): -4111926 or 13255105. OLE color: 13255105.

HSL color Cylindrical-coordinate representation of color #C141CA: hue angle of 296.06º 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 #C141CA is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 65 202 -
CMYK 0.04 0.68 0 0.21
HSL 296.06º 0.56% 0.52% -
HSV(B) 296.06º 0.68% 0.79% -
XYZ 34.54 19.38 57.8 -
YUV 118.89 174.91 180.86 -
System Red Green Blue C M Y K H S L
Decimal 193 65 202 0.04 0.68 0 0.21 296.06 0.56 0.52
Hex C1 41 CA 4 44 0 15 128 38 34
Octal 301 101 312 4 104 0 25 450 70 64
Binary 11000001 1000001 11001010 100 1000100 0 10101 100101000 111000 110100

Color Harmonies of #C141CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C141CA

Black with #C141CA

Text Example


Text Example

White with #C141CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C141CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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