Html Css Color HEX #C33CAE Fuchsia

📋 copy color: '#C33CAE'

red 195 ◦ green 60 ◦ blue 174

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

Shades of Fuchsia #C33CAE

Tints of Fuchsia #C33CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.99%

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

R = 45.45%
G = 13.99%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C33CAE (or 0xC33CAE) is known color: Fuchsia. HEX triplet: C3, 3C and AE. RGB value is (195,60,174). Sum of RGB (Red+Green+Blue) = 195+60+174=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C33CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33CAE is #3CC351. Grayscale: #717171. Windows color (decimal): -3982162 or 11418819. OLE color: 11418819.

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

Color convert

RGB 195 60 174 -
CMYK 0 0.69 0.11 0.24
HSL 309.33º 0.53% 0.5% -
HSV(B) 309.33º 0.69% 0.76% -
XYZ 31.76 17.89 41.82 -
YUV 113.36 162.23 186.23 -
System Red Green Blue C M Y K H S L
Decimal 195 60 174 0 0.69 0.11 0.24 309.33 0.53 0.5
Hex C3 3C AE 0 45 B 18 135 35 32
Octal 303 74 256 0 105 13 30 465 65 62
Binary 11000011 111100 10101110 0 1000101 1011 11000 100110101 110101 110010

Color Harmonies of #C33CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33CAE

Black with #C33CAE

Text Example


Text Example

White with #C33CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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