Html Css Color HEX #C53DCE Fuchsia

📋 copy color: '#C53DCE'

red 197 ◦ green 61 ◦ blue 206

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

Shades of Fuchsia #C53DCE

Tints of Fuchsia #C53DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.15%

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

R = 42.46%
G = 13.15%
B = 44.4%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C53DCE (or 0xC53DCE) is known color: Fuchsia. HEX triplet: C5, 3D and CE. RGB value is (197,61,206). Sum of RGB (Red+Green+Blue) = 197+61+206=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #C53DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DCE is #3AC231. Grayscale: #757575. Windows color (decimal): -3850802 or 13516229. OLE color: 13516229.

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

Color convert

RGB 197 61 206 -
CMYK 0.04 0.70 0 0.19
HSL 296.28º 0.6% 0.52% -
HSV(B) 296.28º 0.7% 0.81% -
XYZ 35.84 19.66 60.3 -
YUV 118.19 177.56 184.21 -
System Red Green Blue C M Y K H S L
Decimal 197 61 206 0.04 0.70 0 0.19 296.28 0.6 0.52
Hex C5 3D CE 4 46 0 13 128 3C 34
Octal 305 75 316 4 106 0 23 450 74 64
Binary 11000101 111101 11001110 100 1000110 0 10011 100101000 111100 110100

Color Harmonies of #C53DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DCE

Black with #C53DCE

Text Example


Text Example

White with #C53DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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