Html Css Color HEX #C533BE Fuchsia

📋 copy color: '#C533BE'

red 197 ◦ green 51 ◦ blue 190

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

Shades of Fuchsia #C533BE

Tints of Fuchsia #C533BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 44.98%
G = 11.64%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C533BE (or 0xC533BE) is known color: Fuchsia. HEX triplet: C5, 33 and BE. RGB value is (197,51,190). Sum of RGB (Red+Green+Blue) = 197+51+190=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C533BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533BE is #3ACC41. Grayscale: #6E6E6E. Windows color (decimal): -3853378 or 12465093. OLE color: 12465093.

HSL color Cylindrical-coordinate representation of color #C533BE: hue angle of 302.88º 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 #C533BE is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 51 190 -
CMYK 0 0.74 0.04 0.23
HSL 302.88º 0.59% 0.49% -
HSV(B) 302.88º 0.74% 0.77% -
XYZ 33.5 17.96 50.42 -
YUV 110.5 172.87 189.7 -
System Red Green Blue C M Y K H S L
Decimal 197 51 190 0 0.74 0.04 0.23 302.88 0.59 0.49
Hex C5 33 BE 0 4A 4 17 12F 3B 31
Octal 305 63 276 0 112 4 27 457 73 61
Binary 11000101 110011 10111110 0 1001010 100 10111 100101111 111011 110001

Color Harmonies of #C533BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C533BE

Black with #C533BE

Text Example


Text Example

White with #C533BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C533BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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