Html Css Color HEX #C441C9 Fuchsia

📋 copy color: '#C441C9'

red 196 ◦ green 65 ◦ blue 201

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

Shades of Fuchsia #C441C9

Tints of Fuchsia #C441C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.51%

R = 42.42%
G = 14.07%
B = 43.51%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C441C9 (or 0xC441C9) is known color: Fuchsia. HEX triplet: C4, 41 and C9. RGB value is (196,65,201). Sum of RGB (Red+Green+Blue) = 196+65+201=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #C441C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441C9 is #3BBE36. Grayscale: #777777. Windows color (decimal): -3915319 or 13189572. OLE color: 13189572.

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

Color convert

RGB 196 65 201 -
CMYK 0.02 0.68 0 0.21
HSL 297.79º 0.56% 0.52% -
HSV(B) 297.79º 0.68% 0.79% -
XYZ 35.2 19.73 57.21 -
YUV 119.67 173.9 182.44 -
System Red Green Blue C M Y K H S L
Decimal 196 65 201 0.02 0.68 0 0.21 297.79 0.56 0.52
Hex C4 41 C9 2 44 0 15 12A 38 34
Octal 304 101 311 2 104 0 25 452 70 64
Binary 11000100 1000001 11001001 10 1000100 0 10101 100101010 111000 110100

Color Harmonies of #C441C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441C9

Black with #C441C9

Text Example


Text Example

White with #C441C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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