Html Css Color HEX #C33AC1 Fuchsia

📋 copy color: '#C33AC1'

red 195 ◦ green 58 ◦ blue 193

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

Shades of Fuchsia #C33AC1

Tints of Fuchsia #C33AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.27%

R = 43.72%
G = 13%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C33AC1 (or 0xC33AC1) is known color: Fuchsia. HEX triplet: C3, 3A and C1. RGB value is (195,58,193). Sum of RGB (Red+Green+Blue) = 195+58+193=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C33AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33AC1 is #3CC53E. Grayscale: #717171. Windows color (decimal): -3982655 or 12663491. OLE color: 12663491.

HSL color Cylindrical-coordinate representation of color #C33AC1: hue angle of 300.88º 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 #C33AC1 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 193 -
CMYK 0 0.70 0.01 0.24
HSL 300.88º 0.54% 0.5% -
HSV(B) 300.88º 0.7% 0.76% -
XYZ 33.64 18.48 52.25 -
YUV 114.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 195 58 193 0 0.70 0.01 0.24 300.88 0.54 0.5
Hex C3 3A C1 0 46 1 18 12D 36 32
Octal 303 72 301 0 106 1 30 455 66 62
Binary 11000011 111010 11000001 0 1000110 1 11000 100101101 110110 110010

Color Harmonies of #C33AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33AC1

Black with #C33AC1

Text Example


Text Example

White with #C33AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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