Html Css Color HEX #C33AC2 Fuchsia

📋 copy color: '#C33AC2'

red 195 ◦ green 58 ◦ blue 194

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

Shades of Fuchsia #C33AC2

Tints of Fuchsia #C33AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.4%

R = 43.62%
G = 12.98%
B = 43.4%

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

#C33AC2 (or 0xC33AC2) is known color: Fuchsia. HEX triplet: C3, 3A and C2. RGB value is (195,58,194). Sum of RGB (Red+Green+Blue) = 195+58+194=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C33AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33AC2 is #3CC53D. Grayscale: #727272. Windows color (decimal): -3982654 or 12729027. OLE color: 12729027.

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

Color convert

RGB 195 58 194 -
CMYK 0 0.70 0.01 0.24
HSL 300.44º 0.54% 0.5% -
HSV(B) 300.44º 0.7% 0.76% -
XYZ 33.76 18.52 52.84 -
YUV 114.47 172.89 185.44 -
System Red Green Blue C M Y K H S L
Decimal 195 58 194 0 0.70 0.01 0.24 300.44 0.54 0.5
Hex C3 3A C2 0 46 1 18 12C 36 32
Octal 303 72 302 0 106 1 30 454 66 62
Binary 11000011 111010 11000010 0 1000110 1 11000 100101100 110110 110010

Color Harmonies of #C33AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33AC2

Black with #C33AC2

Text Example


Text Example

White with #C33AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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