Html Css Color HEX #C533B9 Fuchsia

📋 copy color: '#C533B9'

red 197 ◦ green 51 ◦ blue 185

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

Shades of Fuchsia #C533B9

Tints of Fuchsia #C533B9

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.78%

 BLUE value IS 185 (72.66% from 255) = 42.73%

R = 45.5%
G = 11.78%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C533B9 (or 0xC533B9) is known color: Fuchsia. HEX triplet: C5, 33 and B9. RGB value is (197,51,185). Sum of RGB (Red+Green+Blue) = 197+51+185=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C533B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533B9 is #3ACC46. Grayscale: #6D6D6D. Windows color (decimal): -3853383 or 12137413. OLE color: 12137413.

HSL color Cylindrical-coordinate representation of color #C533B9: hue angle of 304.93º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C533B9 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 51 185 -
CMYK 0 0.74 0.06 0.23
HSL 304.93º 0.59% 0.49% -
HSV(B) 304.93º 0.74% 0.77% -
XYZ 32.97 17.74 47.59 -
YUV 109.93 170.37 190.1 -
System Red Green Blue C M Y K H S L
Decimal 197 51 185 0 0.74 0.06 0.23 304.93 0.59 0.49
Hex C5 33 B9 0 4A 6 17 131 3B 31
Octal 305 63 271 0 112 6 27 461 73 61
Binary 11000101 110011 10111001 0 1001010 110 10111 100110001 111011 110001

Color Harmonies of #C533B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C533B9

Black with #C533B9

Text Example


Text Example

White with #C533B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C533B9; }

 p { color: rgb(197,51,185); }

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

background-color css

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

 a { background-color: rgb(197,51,185); }

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

border-color css

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

 span { border-color: rgb(197,51,185); }

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