Html Css Color HEX #C533CC Fuchsia

📋 copy color: '#C533CC'

red 197 ◦ green 51 ◦ blue 204

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

Shades of Fuchsia #C533CC

Tints of Fuchsia #C533CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 43.58%
G = 11.28%
B = 45.13%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C533CC (or 0xC533CC) is known color: Fuchsia. HEX triplet: C5, 33 and CC. RGB value is (197,51,204). Sum of RGB (Red+Green+Blue) = 197+51+204=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #C533CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533CC is #3ACC33. Grayscale: #6F6F6F. Windows color (decimal): -3853364 or 13382597. OLE color: 13382597.

HSL color Cylindrical-coordinate representation of color #C533CC: hue angle of 297.25º degrees, saturation: 0.6, 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 #C533CC is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 51 204 -
CMYK 0.03 0.75 0 0.2
HSL 297.25º 0.6% 0.5% -
HSV(B) 297.25º 0.75% 0.8% -
XYZ 35.11 18.6 58.87 -
YUV 112.1 179.87 188.56 -
System Red Green Blue C M Y K H S L
Decimal 197 51 204 0.03 0.75 0 0.2 297.25 0.6 0.5
Hex C5 33 CC 3 4B 0 14 129 3C 32
Octal 305 63 314 3 113 0 24 451 74 62
Binary 11000101 110011 11001100 11 1001011 0 10100 100101001 111100 110010

Color Harmonies of #C533CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C533CC

Black with #C533CC

Text Example


Text Example

White with #C533CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C533CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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