Html Css Color HEX #C53BCB Fuchsia

📋 copy color: '#C53BCB'

red 197 ◦ green 59 ◦ blue 203

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

Shades of Fuchsia #C53BCB

Tints of Fuchsia #C53BCB

RGB

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

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

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

R = 42.92%
G = 12.85%
B = 44.23%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C53BCB (or 0xC53BCB) is known color: Fuchsia. HEX triplet: C5, 3B and CB. RGB value is (197,59,203). Sum of RGB (Red+Green+Blue) = 197+59+203=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #C53BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BCB is #3AC434. Grayscale: #747474. Windows color (decimal): -3851317 or 13319109. OLE color: 13319109.

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

Color convert

RGB 197 59 203 -
CMYK 0.03 0.71 0 0.20
HSL 297.5º 0.58% 0.51% -
HSV(B) 297.5º 0.71% 0.8% -
XYZ 35.37 19.31 58.36 -
YUV 116.68 176.72 185.29 -
System Red Green Blue C M Y K H S L
Decimal 197 59 203 0.03 0.71 0 0.20 297.5 0.58 0.51
Hex C5 3B CB 3 47 0 14 12A 3A 33
Octal 305 73 313 3 107 0 24 452 72 63
Binary 11000101 111011 11001011 11 1000111 0 10100 100101010 111010 110011

Color Harmonies of #C53BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53BCB

Black with #C53BCB

Text Example


Text Example

White with #C53BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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