Html Css Color HEX #C53BCA Fuchsia

📋 copy color: '#C53BCA'

red 197 ◦ green 59 ◦ blue 202

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

Shades of Fuchsia #C53BCA

Tints of Fuchsia #C53BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 43.01%
G = 12.88%
B = 44.1%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C53BCA (or 0xC53BCA) is known color: Fuchsia. HEX triplet: C5, 3B and CA. RGB value is (197,59,202). Sum of RGB (Red+Green+Blue) = 197+59+202=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #C53BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BCA is #3AC435. Grayscale: #747474. Windows color (decimal): -3851318 or 13253573. OLE color: 13253573.

HSL color Cylindrical-coordinate representation of color #C53BCA: hue angle of 297.9º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53BCA is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 59 202 -
CMYK 0.02 0.71 0 0.21
HSL 297.9º 0.57% 0.51% -
HSV(B) 297.9º 0.71% 0.79% -
XYZ 35.25 19.26 57.74 -
YUV 116.56 176.22 185.37 -
System Red Green Blue C M Y K H S L
Decimal 197 59 202 0.02 0.71 0 0.21 297.9 0.57 0.51
Hex C5 3B CA 2 47 0 15 12A 39 33
Octal 305 73 312 2 107 0 25 452 71 63
Binary 11000101 111011 11001010 10 1000111 0 10101 100101010 111001 110011

Color Harmonies of #C53BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53BCA

Black with #C53BCA

Text Example


Text Example

White with #C53BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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