Html Css Color HEX #C53DBB Fuchsia

📋 copy color: '#C53DBB'

red 197 ◦ green 61 ◦ blue 187

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

Shades of Fuchsia #C53DBB

Tints of Fuchsia #C53DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 44.27%
G = 13.71%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C53DBB (or 0xC53DBB) is known color: Fuchsia. HEX triplet: C5, 3D and BB. RGB value is (197,61,187). Sum of RGB (Red+Green+Blue) = 197+61+187=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DBB is #3AC244. Grayscale: #737373. Windows color (decimal): -3850821 or 12271045. OLE color: 12271045.

HSL color Cylindrical-coordinate representation of color #C53DBB: hue angle of 304.41º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53DBB is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 61 187 -
CMYK 0 0.69 0.05 0.23
HSL 304.41º 0.54% 0.51% -
HSV(B) 304.41º 0.69% 0.77% -
XYZ 33.66 18.8 48.87 -
YUV 116.03 168.06 185.75 -
System Red Green Blue C M Y K H S L
Decimal 197 61 187 0 0.69 0.05 0.23 304.41 0.54 0.51
Hex C5 3D BB 0 45 5 17 130 36 33
Octal 305 75 273 0 105 5 27 460 66 63
Binary 11000101 111101 10111011 0 1000101 101 10111 100110000 110110 110011

Color Harmonies of #C53DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DBB

Black with #C53DBB

Text Example


Text Example

White with #C53DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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