Html Css Color HEX #C53CCE Fuchsia

📋 copy color: '#C53CCE'

red 197 ◦ green 60 ◦ blue 206

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

Shades of Fuchsia #C53CCE

Tints of Fuchsia #C53CCE

RGB

 RED value IS 197 (77.34% from 255) = 42.55%

 GREEN value IS 60 (23.83% from 255) = 12.96%

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 42.55%
G = 12.96%
B = 44.49%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C53CCE (or 0xC53CCE) is known color: Fuchsia. HEX triplet: C5, 3C and CE. RGB value is (197,60,206). Sum of RGB (Red+Green+Blue) = 197+60+206=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #C53CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53CCE is #3AC331. Grayscale: #757575. Windows color (decimal): -3851058 or 13515973. OLE color: 13515973.

HSL color Cylindrical-coordinate representation of color #C53CCE: hue angle of 296.3º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53CCE is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 60 206 -
CMYK 0.04 0.71 0 0.19
HSL 296.3º 0.6% 0.52% -
HSV(B) 296.3º 0.71% 0.81% -
XYZ 35.78 19.56 60.28 -
YUV 117.61 177.89 184.63 -
System Red Green Blue C M Y K H S L
Decimal 197 60 206 0.04 0.71 0 0.19 296.3 0.6 0.52
Hex C5 3C CE 4 47 0 13 128 3C 34
Octal 305 74 316 4 107 0 23 450 74 64
Binary 11000101 111100 11001110 100 1000111 0 10011 100101000 111100 110100

Color Harmonies of #C53CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53CCE

Black with #C53CCE

Text Example


Text Example

White with #C53CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53CCE; }

 p { color: rgb(197,60,206); }

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

background-color css

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

 a { background-color: rgb(197,60,206); }

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

border-color css

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

 span { border-color: rgb(197,60,206); }

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