Html Css Color HEX #C946C4 Fuchsia

📋 copy color: '#C946C4'

red 201 ◦ green 70 ◦ blue 196

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

Shades of Fuchsia #C946C4

Tints of Fuchsia #C946C4

RGB

 RED value IS 201 (78.91% from 255) = 43.04%

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

 BLUE value IS 196 (76.95% from 255) = 41.97%

R = 43.04%
G = 14.99%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C946C4 (or 0xC946C4) is known color: Fuchsia. HEX triplet: C9, 46 and C4. RGB value is (201,70,196). Sum of RGB (Red+Green+Blue) = 201+70+196=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C946C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946C4 is #36B93B. Grayscale: #7B7B7B. Windows color (decimal): -3586364 or 12863177. OLE color: 12863177.

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

Color convert

RGB 201 70 196 -
CMYK 0 0.65 0.02 0.21
HSL 302.29º 0.55% 0.53% -
HSV(B) 302.29º 0.65% 0.79% -
XYZ 36.24 20.78 54.33 -
YUV 123.53 168.9 183.25 -
System Red Green Blue C M Y K H S L
Decimal 201 70 196 0 0.65 0.02 0.21 302.29 0.55 0.53
Hex C9 46 C4 0 41 2 15 12E 37 35
Octal 311 106 304 0 101 2 25 456 67 65
Binary 11001001 1000110 11000100 0 1000001 10 10101 100101110 110111 110101

Color Harmonies of #C946C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946C4

Black with #C946C4

Text Example


Text Example

White with #C946C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946C4; }

 p { color: rgb(201,70,196); }

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

background-color css

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

 a { background-color: rgb(201,70,196); }

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

border-color css

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

 span { border-color: rgb(201,70,196); }

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