Html Css Color HEX #C533BD Fuchsia

📋 copy color: '#C533BD'

red 197 ◦ green 51 ◦ blue 189

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

Shades of Fuchsia #C533BD

Tints of Fuchsia #C533BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.25%

R = 45.08%
G = 11.67%
B = 43.25%

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

#C533BD (or 0xC533BD) is known color: Fuchsia. HEX triplet: C5, 33 and BD. RGB value is (197,51,189). Sum of RGB (Red+Green+Blue) = 197+51+189=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C533BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533BD is #3ACC42. Grayscale: #6D6D6D. Windows color (decimal): -3853379 or 12399557. OLE color: 12399557.

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

Color convert

RGB 197 51 189 -
CMYK 0 0.74 0.04 0.23
HSL 303.29º 0.59% 0.49% -
HSV(B) 303.29º 0.74% 0.77% -
XYZ 33.4 17.91 49.84 -
YUV 110.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 197 51 189 0 0.74 0.04 0.23 303.29 0.59 0.49
Hex C5 33 BD 0 4A 4 17 12F 3B 31
Octal 305 63 275 0 112 4 27 457 73 61
Binary 11000101 110011 10111101 0 1001010 100 10111 100101111 111011 110001

Color Harmonies of #C533BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C533BD

Black with #C533BD

Text Example


Text Example

White with #C533BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C533BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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