Html Css Color HEX #C533CD Fuchsia

📋 copy color: '#C533CD'

red 197 ◦ green 51 ◦ blue 205

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

Shades of Fuchsia #C533CD

Tints of Fuchsia #C533CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 43.49%
G = 11.26%
B = 45.25%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C533CD (or 0xC533CD) is known color: Fuchsia. HEX triplet: C5, 33 and CD. RGB value is (197,51,205). Sum of RGB (Red+Green+Blue) = 197+51+205=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #C533CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533CD is #3ACC32. Grayscale: #6F6F6F. Windows color (decimal): -3853363 or 13448133. OLE color: 13448133.

HSL color Cylindrical-coordinate representation of color #C533CD: hue angle of 296.88º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C533CD is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 51 205 -
CMYK 0.04 0.75 0 0.20
HSL 296.88º 0.61% 0.5% -
HSV(B) 296.88º 0.75% 0.8% -
XYZ 35.23 18.65 59.5 -
YUV 112.21 180.37 188.48 -
System Red Green Blue C M Y K H S L
Decimal 197 51 205 0.04 0.75 0 0.20 296.88 0.61 0.5
Hex C5 33 CD 4 4B 0 14 129 3D 32
Octal 305 63 315 4 113 0 24 451 75 62
Binary 11000101 110011 11001101 100 1001011 0 10100 100101001 111101 110010

Color Harmonies of #C533CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C533CD

Black with #C533CD

Text Example


Text Example

White with #C533CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C533CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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