Html Css Color HEX #C33FAA Fuchsia

📋 copy color: '#C33FAA'

red 195 ◦ green 63 ◦ blue 170

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

Shades of Fuchsia #C33FAA

Tints of Fuchsia #C33FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.72%

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

R = 45.56%
G = 14.72%
B = 39.72%

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

#C33FAA (or 0xC33FAA) is known color: Fuchsia. HEX triplet: C3, 3F and AA. RGB value is (195,63,170). Sum of RGB (Red+Green+Blue) = 195+63+170=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33FAA is #3CC055. Grayscale: #727272. Windows color (decimal): -3981398 or 11157443. OLE color: 11157443.

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

Color convert

RGB 195 63 170 -
CMYK 0 0.68 0.13 0.24
HSL 311.36º 0.52% 0.51% -
HSV(B) 311.36º 0.68% 0.76% -
XYZ 31.54 18.06 39.85 -
YUV 114.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 195 63 170 0 0.68 0.13 0.24 311.36 0.52 0.51
Hex C3 3F AA 0 44 D 18 137 34 33
Octal 303 77 252 0 104 15 30 467 64 63
Binary 11000011 111111 10101010 0 1000100 1101 11000 100110111 110100 110011

Color Harmonies of #C33FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FAA

Black with #C33FAA

Text Example


Text Example

White with #C33FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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