Html Css Color HEX #C448CC Fuchsia

📋 copy color: '#C448CC'

red 196 ◦ green 72 ◦ blue 204

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

Shades of Fuchsia #C448CC

Tints of Fuchsia #C448CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 41.53%
G = 15.25%
B = 43.22%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C448CC (or 0xC448CC) is known color: Fuchsia. HEX triplet: C4, 48 and CC. RGB value is (196,72,204). Sum of RGB (Red+Green+Blue) = 196+72+204=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #C448CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C448CC is #3BB733. Grayscale: #7B7B7B. Windows color (decimal): -3913524 or 13387972. OLE color: 13387972.

HSL color Cylindrical-coordinate representation of color #C448CC: hue angle of 296.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C448CC is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 72 204 -
CMYK 0.04 0.65 0 0.2
HSL 296.36º 0.56% 0.54% -
HSV(B) 296.36º 0.65% 0.8% -
XYZ 35.98 20.73 59.23 -
YUV 124.12 173.08 179.27 -
System Red Green Blue C M Y K H S L
Decimal 196 72 204 0.04 0.65 0 0.2 296.36 0.56 0.54
Hex C4 48 CC 4 41 0 14 128 38 36
Octal 304 110 314 4 101 0 24 450 70 66
Binary 11000100 1001000 11001100 100 1000001 0 10100 100101000 111000 110110

Color Harmonies of #C448CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448CC

Black with #C448CC

Text Example


Text Example

White with #C448CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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