Html Css Color HEX #C444C8 Fuchsia

📋 copy color: '#C444C8'

red 196 ◦ green 68 ◦ blue 200

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

Shades of Fuchsia #C444C8

Tints of Fuchsia #C444C8

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.66%

 BLUE value IS 200 (78.52% from 255) = 43.1%

R = 42.24%
G = 14.66%
B = 43.1%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C444C8 (or 0xC444C8) is known color: Fuchsia. HEX triplet: C4, 44 and C8. RGB value is (196,68,200). Sum of RGB (Red+Green+Blue) = 196+68+200=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #C444C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444C8 is #3BBB37. Grayscale: #787878. Windows color (decimal): -3914552 or 13124804. OLE color: 13124804.

HSL color Cylindrical-coordinate representation of color #C444C8: hue angle of 298.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C444C8 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 68 200 -
CMYK 0.02 0.66 0 0.22
HSL 298.18º 0.55% 0.53% -
HSV(B) 298.18º 0.66% 0.78% -
XYZ 35.26 20.04 56.65 -
YUV 121.32 172.41 181.27 -
System Red Green Blue C M Y K H S L
Decimal 196 68 200 0.02 0.66 0 0.22 298.18 0.55 0.53
Hex C4 44 C8 2 42 0 16 12A 37 35
Octal 304 104 310 2 102 0 26 452 67 65
Binary 11000100 1000100 11001000 10 1000010 0 10110 100101010 110111 110101

Color Harmonies of #C444C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C444C8

Black with #C444C8

Text Example


Text Example

White with #C444C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C444C8; }

 p { color: rgb(196,68,200); }

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

background-color css

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

 a { background-color: rgb(196,68,200); }

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

border-color css

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

 span { border-color: rgb(196,68,200); }

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