Html Css Color HEX #C733AE Fuchsia

📋 copy color: '#C733AE'

red 199 ◦ green 51 ◦ blue 174

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

Shades of Fuchsia #C733AE

Tints of Fuchsia #C733AE

RGB

 RED value IS 199 (78.13% from 255) = 46.93%

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

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 46.93%
G = 12.03%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C733AE (or 0xC733AE) is known color: Fuchsia. HEX triplet: C7, 33 and AE. RGB value is (199,51,174). Sum of RGB (Red+Green+Blue) = 199+51+174=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C733AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C733AE is #38CC51. Grayscale: #6C6C6C. Windows color (decimal): -3722322 or 11416519. OLE color: 11416519.

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

Color convert

RGB 199 51 174 -
CMYK 0 0.74 0.13 0.22
HSL 310.14º 0.59% 0.49% -
HSV(B) 310.14º 0.74% 0.78% -
XYZ 32.38 17.57 41.73 -
YUV 109.27 164.53 192 -
System Red Green Blue C M Y K H S L
Decimal 199 51 174 0 0.74 0.13 0.22 310.14 0.59 0.49
Hex C7 33 AE 0 4A D 16 136 3B 31
Octal 307 63 256 0 112 15 26 466 73 61
Binary 11000111 110011 10101110 0 1001010 1101 10110 100110110 111011 110001

Color Harmonies of #C733AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C733AE

Black with #C733AE

Text Example


Text Example

White with #C733AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C733AE; }

 p { color: rgb(199,51,174); }

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

background-color css

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

 a { background-color: rgb(199,51,174); }

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

border-color css

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

 span { border-color: rgb(199,51,174); }

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