Html Css Color HEX #C146CA Fuchsia

📋 copy color: '#C146CA'

red 193 ◦ green 70 ◦ blue 202

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

Shades of Fuchsia #C146CA

Tints of Fuchsia #C146CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.05%

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

R = 41.51%
G = 15.05%
B = 43.44%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C146CA (or 0xC146CA) is known color: Fuchsia. HEX triplet: C1, 46 and CA. RGB value is (193,70,202). Sum of RGB (Red+Green+Blue) = 193+70+202=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #C146CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C146CA is #3EB935. Grayscale: #797979. Windows color (decimal): -4110646 or 13256385. OLE color: 13256385.

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

Color convert

RGB 193 70 202 -
CMYK 0.04 0.65 0 0.21
HSL 295.91º 0.55% 0.53% -
HSV(B) 295.91º 0.65% 0.79% -
XYZ 34.84 19.98 57.9 -
YUV 121.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 193 70 202 0.04 0.65 0 0.21 295.91 0.55 0.53
Hex C1 46 CA 4 41 0 15 128 37 35
Octal 301 106 312 4 101 0 25 450 67 65
Binary 11000001 1000110 11001010 100 1000001 0 10101 100101000 110111 110101

Color Harmonies of #C146CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146CA

Black with #C146CA

Text Example


Text Example

White with #C146CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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