Html Css Color HEX #C33CAC Fuchsia

📋 copy color: '#C33CAC'

red 195 ◦ green 60 ◦ blue 172

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

Shades of Fuchsia #C33CAC

Tints of Fuchsia #C33CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 45.67%
G = 14.05%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C33CAC (or 0xC33CAC) is known color: Fuchsia. HEX triplet: C3, 3C and AC. RGB value is (195,60,172). Sum of RGB (Red+Green+Blue) = 195+60+172=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C33CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33CAC is #3CC353. Grayscale: #707070. Windows color (decimal): -3982164 or 11287747. OLE color: 11287747.

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

Color convert

RGB 195 60 172 -
CMYK 0 0.69 0.12 0.24
HSL 310.22º 0.53% 0.5% -
HSV(B) 310.22º 0.69% 0.76% -
XYZ 31.57 17.81 40.8 -
YUV 113.13 161.23 186.39 -
System Red Green Blue C M Y K H S L
Decimal 195 60 172 0 0.69 0.12 0.24 310.22 0.53 0.5
Hex C3 3C AC 0 45 C 18 136 35 32
Octal 303 74 254 0 105 14 30 466 65 62
Binary 11000011 111100 10101100 0 1000101 1100 11000 100110110 110101 110010

Color Harmonies of #C33CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33CAC

Black with #C33CAC

Text Example


Text Example

White with #C33CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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