Html Css Color HEX #C446CE Fuchsia

📋 copy color: '#C446CE'

red 196 ◦ green 70 ◦ blue 206

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

Shades of Fuchsia #C446CE

Tints of Fuchsia #C446CE

RGB

 RED value IS 196 (76.95% from 255) = 41.53%

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

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

R = 41.53%
G = 14.83%
B = 43.64%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C446CE (or 0xC446CE) is known color: Fuchsia. HEX triplet: C4, 46 and CE. RGB value is (196,70,206). Sum of RGB (Red+Green+Blue) = 196+70+206=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #C446CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446CE is #3BB931. Grayscale: #7A7A7A. Windows color (decimal): -3914034 or 13518532. OLE color: 13518532.

HSL color Cylindrical-coordinate representation of color #C446CE: hue angle of 295.59º 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 #C446CE is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 70 206 -
CMYK 0.05 0.66 0 0.19
HSL 295.59º 0.58% 0.54% -
HSV(B) 295.59º 0.66% 0.81% -
XYZ 36.1 20.57 60.46 -
YUV 123.18 174.74 179.94 -
System Red Green Blue C M Y K H S L
Decimal 196 70 206 0.05 0.66 0 0.19 295.59 0.58 0.54
Hex C4 46 CE 5 42 0 13 128 3A 36
Octal 304 106 316 5 102 0 23 450 72 66
Binary 11000100 1000110 11001110 101 1000010 0 10011 100101000 111010 110110

Color Harmonies of #C446CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446CE

Black with #C446CE

Text Example


Text Example

White with #C446CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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