Html Css Color HEX #C946CE Fuchsia

📋 copy color: '#C946CE'

red 201 ◦ green 70 ◦ blue 206

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

Shades of Fuchsia #C946CE

Tints of Fuchsia #C946CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 42.14%
G = 14.68%
B = 43.19%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C946CE (or 0xC946CE) is known color: Fuchsia. HEX triplet: C9, 46 and CE. RGB value is (201,70,206). Sum of RGB (Red+Green+Blue) = 201+70+206=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #C946CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946CE is #36B931. Grayscale: #7C7C7C. Windows color (decimal): -3586354 or 13518537. OLE color: 13518537.

HSL color Cylindrical-coordinate representation of color #C946CE: hue angle of 297.79º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C946CE is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 70 206 -
CMYK 0.02 0.66 0 0.19
HSL 297.79º 0.58% 0.54% -
HSV(B) 297.79º 0.66% 0.81% -
XYZ 37.42 21.25 60.52 -
YUV 124.67 173.9 182.44 -
System Red Green Blue C M Y K H S L
Decimal 201 70 206 0.02 0.66 0 0.19 297.79 0.58 0.54
Hex C9 46 CE 2 42 0 13 12A 3A 36
Octal 311 106 316 2 102 0 23 452 72 66
Binary 11001001 1000110 11001110 10 1000010 0 10011 100101010 111010 110110

Color Harmonies of #C946CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946CE

Black with #C946CE

Text Example


Text Example

White with #C946CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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