Html Css Color HEX #C448CE Fuchsia

📋 copy color: '#C448CE'

red 196 ◦ green 72 ◦ blue 206

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

Shades of Fuchsia #C448CE

Tints of Fuchsia #C448CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.19%

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

R = 41.35%
G = 15.19%
B = 43.46%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C448CE (or 0xC448CE) is known color: Fuchsia. HEX triplet: C4, 48 and CE. RGB value is (196,72,206). Sum of RGB (Red+Green+Blue) = 196+72+206=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #C448CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C448CE is #3BB731. Grayscale: #7B7B7B. Windows color (decimal): -3913522 or 13519044. OLE color: 13519044.

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

Color convert

RGB 196 72 206 -
CMYK 0.05 0.65 0 0.19
HSL 295.52º 0.58% 0.55% -
HSV(B) 295.52º 0.65% 0.81% -
XYZ 36.22 20.83 60.5 -
YUV 124.35 174.08 179.1 -
System Red Green Blue C M Y K H S L
Decimal 196 72 206 0.05 0.65 0 0.19 295.52 0.58 0.55
Hex C4 48 CE 5 41 0 13 128 3A 37
Octal 304 110 316 5 101 0 23 450 72 67
Binary 11000100 1001000 11001110 101 1000001 0 10011 100101000 111010 110111

Color Harmonies of #C448CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448CE

Black with #C448CE

Text Example


Text Example

White with #C448CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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