Html Css Color HEX #C33CAA Fuchsia

📋 copy color: '#C33CAA'

red 195 ◦ green 60 ◦ blue 170

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

Shades of Fuchsia #C33CAA

Tints of Fuchsia #C33CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.12%

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

R = 45.88%
G = 14.12%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C33CAA (or 0xC33CAA) is known color: Fuchsia. HEX triplet: C3, 3C and AA. RGB value is (195,60,170). Sum of RGB (Red+Green+Blue) = 195+60+170=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C33CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33CAA is #3CC355. Grayscale: #707070. Windows color (decimal): -3982166 or 11156675. OLE color: 11156675.

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

Color convert

RGB 195 60 170 -
CMYK 0 0.69 0.13 0.24
HSL 311.11º 0.53% 0.5% -
HSV(B) 311.11º 0.69% 0.76% -
XYZ 31.38 17.74 39.8 -
YUV 112.91 160.23 186.56 -
System Red Green Blue C M Y K H S L
Decimal 195 60 170 0 0.69 0.13 0.24 311.11 0.53 0.5
Hex C3 3C AA 0 45 D 18 137 35 32
Octal 303 74 252 0 105 15 30 467 65 62
Binary 11000011 111100 10101010 0 1000101 1101 11000 100110111 110101 110010

Color Harmonies of #C33CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33CAA

Black with #C33CAA

Text Example


Text Example

White with #C33CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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