Html Css Color HEX #C448BC Fuchsia

📋 copy color: '#C448BC'

red 196 ◦ green 72 ◦ blue 188

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

Shades of Fuchsia #C448BC

Tints of Fuchsia #C448BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 42.98%
G = 15.79%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C448BC (or 0xC448BC) is known color: Fuchsia. HEX triplet: C4, 48 and BC. RGB value is (196,72,188). Sum of RGB (Red+Green+Blue) = 196+72+188=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C448BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C448BC is #3BB743. Grayscale: #797979. Windows color (decimal): -3913540 or 12339396. OLE color: 12339396.

HSL color Cylindrical-coordinate representation of color #C448BC: hue angle of 303.87º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C448BC is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 72 188 -
CMYK 0 0.63 0.04 0.23
HSL 303.87º 0.51% 0.53% -
HSV(B) 303.87º 0.63% 0.77% -
XYZ 34.16 20 49.64 -
YUV 122.3 165.08 180.57 -
System Red Green Blue C M Y K H S L
Decimal 196 72 188 0 0.63 0.04 0.23 303.87 0.51 0.53
Hex C4 48 BC 0 3F 4 17 130 33 35
Octal 304 110 274 0 77 4 27 460 63 65
Binary 11000100 1001000 10111100 0 111111 100 10111 100110000 110011 110101

Color Harmonies of #C448BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448BC

Black with #C448BC

Text Example


Text Example

White with #C448BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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