Html Css Color HEX #C448CA Fuchsia

📋 copy color: '#C448CA'

red 196 ◦ green 72 ◦ blue 202

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

Shades of Fuchsia #C448CA

Tints of Fuchsia #C448CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.98%

R = 41.7%
G = 15.32%
B = 42.98%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C448CA (or 0xC448CA) is known color: Fuchsia. HEX triplet: C4, 48 and CA. RGB value is (196,72,202). Sum of RGB (Red+Green+Blue) = 196+72+202=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #C448CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C448CA is #3BB735. Grayscale: #7B7B7B. Windows color (decimal): -3913526 or 13256900. OLE color: 13256900.

HSL color Cylindrical-coordinate representation of color #C448CA: hue angle of 297.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C448CA is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 72 202 -
CMYK 0.03 0.64 0 0.21
HSL 297.23º 0.55% 0.54% -
HSV(B) 297.23º 0.64% 0.79% -
XYZ 35.74 20.63 57.98 -
YUV 123.9 172.08 179.43 -
System Red Green Blue C M Y K H S L
Decimal 196 72 202 0.03 0.64 0 0.21 297.23 0.55 0.54
Hex C4 48 CA 3 40 0 15 129 37 36
Octal 304 110 312 3 100 0 25 451 67 66
Binary 11000100 1001000 11001010 11 1000000 0 10101 100101001 110111 110110

Color Harmonies of #C448CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448CA

Black with #C448CA

Text Example


Text Example

White with #C448CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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