Html Css Color HEX #C33EAA Fuchsia

📋 copy color: '#C33EAA'

red 195 ◦ green 62 ◦ blue 170

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

Shades of Fuchsia #C33EAA

Tints of Fuchsia #C33EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.52%

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 45.67%
G = 14.52%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C33EAA (or 0xC33EAA) is known color: Fuchsia. HEX triplet: C3, 3E and AA. RGB value is (195,62,170). Sum of RGB (Red+Green+Blue) = 195+62+170=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C33EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33EAA is #3CC155. Grayscale: #717171. Windows color (decimal): -3981654 or 11157187. OLE color: 11157187.

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

Color convert

RGB 195 62 170 -
CMYK 0 0.68 0.13 0.24
HSL 311.28º 0.53% 0.5% -
HSV(B) 311.28º 0.68% 0.76% -
XYZ 31.48 17.95 39.84 -
YUV 114.08 159.56 185.72 -
System Red Green Blue C M Y K H S L
Decimal 195 62 170 0 0.68 0.13 0.24 311.28 0.53 0.5
Hex C3 3E AA 0 44 D 18 137 35 32
Octal 303 76 252 0 104 15 30 467 65 62
Binary 11000011 111110 10101010 0 1000100 1101 11000 100110111 110101 110010

Color Harmonies of #C33EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33EAA

Black with #C33EAA

Text Example


Text Example

White with #C33EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33EAA; }

 p { color: rgb(195,62,170); }

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

background-color css

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

 a { background-color: rgb(195,62,170); }

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

border-color css

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

 span { border-color: rgb(195,62,170); }

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