Html Css Color HEX #C33ACE Fuchsia

📋 copy color: '#C33ACE'

red 195 ◦ green 58 ◦ blue 206

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

Shades of Fuchsia #C33ACE

Tints of Fuchsia #C33ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 42.48%
G = 12.64%
B = 44.88%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C33ACE (or 0xC33ACE) is known color: Fuchsia. HEX triplet: C3, 3A and CE. RGB value is (195,58,206). Sum of RGB (Red+Green+Blue) = 195+58+206=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #C33ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ACE is #3CC531. Grayscale: #737373. Windows color (decimal): -3982642 or 13515459. OLE color: 13515459.

HSL color Cylindrical-coordinate representation of color #C33ACE: hue angle of 295.54º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33ACE is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 58 206 -
CMYK 0.05 0.72 0 0.19
HSL 295.54º 0.6% 0.52% -
HSV(B) 295.54º 0.72% 0.81% -
XYZ 35.16 19.08 60.22 -
YUV 115.84 178.89 184.47 -
System Red Green Blue C M Y K H S L
Decimal 195 58 206 0.05 0.72 0 0.19 295.54 0.6 0.52
Hex C3 3A CE 5 48 0 13 128 3C 34
Octal 303 72 316 5 110 0 23 450 74 64
Binary 11000011 111010 11001110 101 1001000 0 10011 100101000 111100 110100

Color Harmonies of #C33ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33ACE

Black with #C33ACE

Text Example


Text Example

White with #C33ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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