Html Css Color HEX #C453BC Fuchsia

📋 copy color: '#C453BC'

red 196 ◦ green 83 ◦ blue 188

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

Shades of Fuchsia #C453BC

Tints of Fuchsia #C453BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.77%

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

R = 41.97%
G = 17.77%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C453BC (or 0xC453BC) is known color: Fuchsia. HEX triplet: C4, 53 and BC. RGB value is (196,83,188). Sum of RGB (Red+Green+Blue) = 196+83+188=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C453BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453BC is #3BAC43. Grayscale: #808080. Windows color (decimal): -3910724 or 12342212. OLE color: 12342212.

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

Color convert

RGB 196 83 188 -
CMYK 0 0.58 0.04 0.23
HSL 304.25º 0.49% 0.55% -
HSV(B) 304.25º 0.58% 0.77% -
XYZ 34.94 21.55 49.9 -
YUV 128.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 196 83 188 0 0.58 0.04 0.23 304.25 0.49 0.55
Hex C4 53 BC 0 3A 4 17 130 31 37
Octal 304 123 274 0 72 4 27 460 61 67
Binary 11000100 1010011 10111100 0 111010 100 10111 100110000 110001 110111

Color Harmonies of #C453BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C453BC

Black with #C453BC

Text Example


Text Example

White with #C453BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C453BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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