Html Css Color HEX #C53BCF Fuchsia

📋 copy color: '#C53BCF'

red 197 ◦ green 59 ◦ blue 207

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

Shades of Fuchsia #C53BCF

Tints of Fuchsia #C53BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.74%

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 42.55%
G = 12.74%
B = 44.71%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C53BCF (or 0xC53BCF) is known color: Fuchsia. HEX triplet: C5, 3B and CF. RGB value is (197,59,207). Sum of RGB (Red+Green+Blue) = 197+59+207=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #C53BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BCF is #3AC430. Grayscale: #747474. Windows color (decimal): -3851313 or 13581253. OLE color: 13581253.

HSL color Cylindrical-coordinate representation of color #C53BCF: hue angle of 295.95º degrees, saturation: 0.61, 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 #C53BCF is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 59 207 -
CMYK 0.05 0.71 0 0.19
HSL 295.95º 0.61% 0.52% -
HSV(B) 295.95º 0.71% 0.81% -
XYZ 35.85 19.5 60.91 -
YUV 117.13 178.72 184.97 -
System Red Green Blue C M Y K H S L
Decimal 197 59 207 0.05 0.71 0 0.19 295.95 0.61 0.52
Hex C5 3B CF 5 47 0 13 128 3D 34
Octal 305 73 317 5 107 0 23 450 75 64
Binary 11000101 111011 11001111 101 1000111 0 10011 100101000 111101 110100

Color Harmonies of #C53BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53BCF

Black with #C53BCF

Text Example


Text Example

White with #C53BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53BCF; }

 p { color: rgb(197,59,207); }

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

background-color css

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

 a { background-color: rgb(197,59,207); }

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

border-color css

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

 span { border-color: rgb(197,59,207); }

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