Html Css Color HEX #C33AAE Fuchsia

📋 copy color: '#C33AAE'

red 195 ◦ green 58 ◦ blue 174

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

Shades of Fuchsia #C33AAE

Tints of Fuchsia #C33AAE

RGB

 RED value IS 195 (76.56% from 255) = 45.67%

 GREEN value IS 58 (23.05% from 255) = 13.58%

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

R = 45.67%
G = 13.58%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C33AAE (or 0xC33AAE) is known color: Fuchsia. HEX triplet: C3, 3A and AE. RGB value is (195,58,174). Sum of RGB (Red+Green+Blue) = 195+58+174=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C33AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33AAE is #3CC551. Grayscale: #6F6F6F. Windows color (decimal): -3982674 or 11418307. OLE color: 11418307.

HSL color Cylindrical-coordinate representation of color #C33AAE: hue angle of 309.2º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33AAE is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 174 -
CMYK 0 0.70 0.11 0.24
HSL 309.2º 0.54% 0.5% -
HSV(B) 309.2º 0.7% 0.76% -
XYZ 31.66 17.68 41.79 -
YUV 112.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 195 58 174 0 0.70 0.11 0.24 309.2 0.54 0.5
Hex C3 3A AE 0 46 B 18 135 36 32
Octal 303 72 256 0 106 13 30 465 66 62
Binary 11000011 111010 10101110 0 1000110 1011 11000 100110101 110110 110010

Color Harmonies of #C33AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33AAE

Black with #C33AAE

Text Example


Text Example

White with #C33AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33AAE; }

 p { color: rgb(195,58,174); }

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

background-color css

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

 a { background-color: rgb(195,58,174); }

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

border-color css

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

 span { border-color: rgb(195,58,174); }

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