Html Css Color HEX #C453CB Fuchsia

📋 copy color: '#C453CB'

red 196 ◦ green 83 ◦ blue 203

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

Shades of Fuchsia #C453CB

Tints of Fuchsia #C453CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 40.66%
G = 17.22%
B = 42.12%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C453CB (or 0xC453CB) is known color: Fuchsia. HEX triplet: C4, 53 and CB. RGB value is (196,83,203). Sum of RGB (Red+Green+Blue) = 196+83+203=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #C453CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453CB is #3BAC34. Grayscale: #828282. Windows color (decimal): -3910709 or 13325252. OLE color: 13325252.

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

Color convert

RGB 196 83 203 -
CMYK 0.03 0.59 0 0.20
HSL 296.5º 0.54% 0.56% -
HSV(B) 296.5º 0.59% 0.8% -
XYZ 36.64 22.23 58.86 -
YUV 130.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 196 83 203 0.03 0.59 0 0.20 296.5 0.54 0.56
Hex C4 53 CB 3 3B 0 14 128 36 38
Octal 304 123 313 3 73 0 24 450 66 70
Binary 11000100 1010011 11001011 11 111011 0 10100 100101000 110110 111000

Color Harmonies of #C453CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C453CB

Black with #C453CB

Text Example


Text Example

White with #C453CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C453CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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